problem with PWM duty cycle
Having an issue with setting up a PWM....Using a S5D9 PK board, I'm trying to drive a board LED using a PWM (ramping duty cycle up and down). For this board I'm working with the green LED which is...
View ArticleExtended ASCII with IAR - problem
I am having trouble getting extended characters to display using the IAR IDE. I am using IAR 7.71.3.13746, SSP 1.3.1 and SSC 5.4.0.023.Simple example for degree sign °:If I create a string 0xC0, 0xB0,...
View ArticleIs S7g2 can have HTTPS ..? how to validate the multi logins (different...
how to validate the multi logins (different username and different password). 1. basically i want have two/more user accounts, each user account will have its individual limitation to open pages or...
View ArticleRL78G1D with SK-S7G2/ Failed to Programming
R12AN0056EU0112 Rev.1.12Hello everyone,I followed the steps to program the BLE RL78-G1D with this documentation "R12AN0056EU0112 Rev.1.12".I succeeded until 13th page with the "programmer.hex"I have...
View ArticlePiece of code missing in binary
I'm trying to fix a weird error.I have a function to parse a MAC address from a string and noticed that the program would halt at the first line of it. Upon closer inspection I noticed that memory...
View ArticleChanging bit rate on SCI
I'm working on an application for the S7G2 that uses the SCI configured as 4 separate SPI ports.My normal bitrate will be 6 Mhz. My external peripherals can handle this when writing data to them...
View ArticleProblem with nx_http_client_get_start function (0xE2)
Hi,I am trying to create a HTTP Client using NETX on SK-S7G2 Board. I have able to ping to specific ip , and my test server getting HTTP 1.0 Get call also packet returning successfully . i have...
View ArticleAudio playback
Hello everybody, I'm starting a new program which must play a sound recorded on flash. I already compiled a wav file into on uint8_t array.I add an audio thread with Audio playback framework with the...
View Articlegetting uart callback to work.
I am following a couple examples and all of them use the callback function:void user_uart_callback(uart_callback_args_t * p_args) The problem is that I keep getting the warning/error:Description...
View ArticleBSP_CFG_HANDLE_UNRECOVERABLE_ERROR(0) tied to time delay routine?
Well, I had code working before the Xmas break, but of course after the break it is broken - no pun intended. I get BSP_CFG_HANDLE_UNRECOVERABLE_ERROR(0); and I have isolated it to this line (which...
View ArticleDifferent CTP drivers support into the SSP
Hi,I know the CTP driver Focaltech FT5x06 is currently supported and integrated into the SSP. I would like to know if there are other CTP driver that are actually natively supported or they will be in...
View ArticleGX_ANIMATION_SCREEN_DRAG for SSP 1.2.0
Hello, is there any way to use GX_ANIMATION_SCREEN_DRAG with SSP 1.2.0? Or anyway to implement drag-and-drop functionality with SSP 1.2.0? Regards,isaenz.
View Articlegx_system_memory_allocator_set memory size
Hello, We're implementing an application that reads different PNG images in a SD card and visualizes them in a screen. We understand that we have to allocate a memory in order to do different...
View ArticleHow to interpret the SSP_ERR_TIMEOUT status in Renesas Synergy Platform
I am attempting to wait on an interrupt. result = g_sf_external_irq7.p_api->open(g_sf_external_irq7.p_ctrl,g_sf_external_irq7.p_cfg); result is SSP_SUCCESS result =...
View ArticleS7G2 Internal Data Memory
Currently I am using S7G2's Internal Data Memory for storing application related settings and it works fine.SSP v1.1.3 They way it writes now is each Data Block is 64 bytes long, so even if I want to...
View ArticleProblem with downloading big file using NETX
Hi all,I am trying to download large file (320KB) using nx_http Api as follows( pseudo code)status1 = nx_http_client_get_start(**args)if (status1 == NX_SUCCESS){do{status2 =...
View ArticleHow to add library to e2 studio project - Error when building: cannot find...
Hello,I am trying to add a static library to an e2 studio project, but I don't know how to proceed. In this forum I have found some options, such as: [1] Project->Renesas Tool Settings (or ALT+T)...
View ArticleHow to get exfat file system to work with fileX , mass storage on usb?
Has anybody managed to get exfat file system to work with fileX , mass storage on usb? I'm looking for instructions on how install the libraries and get it working. ITs listed here as available near...
View Articlecustom Board Support Package
I am attempting to use the custom BSP tool but always receive an error. c:\Renesas\e2_studio\internal\projectgen\arm\Packs> BSPCreator1.03\custom_bsp_creator.exe -l -p Renesas.Synergy.1.3.0.pack...
View ArticleLibc timezone functions
Hi,I want to use the function "tzset()" declared under "time.h" to control the timezone.This function is described in "GNU Tools ARM Embedded\4.9 2015q3\share\doc\gcc-arm-none-eabi\pdf\libc.pdf" in...
View Article