Difference between blinky and BSP project
What is the difference between blinky and BSP project
View ArticleUSB Host CDC-ACM - problem during startup
Hi,Using a SK-S7G2 kit, I set up a Blinky/ThreadX project and add an USB Host CDC-ACM, using Synergy 1.2.0 ->X-Ware->USBX->Host->Classes->CDC-ACM->USBX Host Class CDC-ACM.Below shows...
View ArticleDifficulty switching screens
Hello,I think it was the HelloWorld sample applications that used a show_window() function to switch between screens. I pasted it below.Assume I have two screens, A and B. A has a "show B" button on...
View ArticleGUIX Flashing Radio Button with timer
I want to have a radio button flashing at the top of the screen when a certain process is running.How can I toggle the Radio button from the code?and is there any easier way to toggle the button on a...
View ArticleThread local variables
Hi, The local variables of my thread are losing their values after I wait for a queue message.I had to declare all variables as static to solve the problem. As the thread function never returns, I as...
View ArticleConnecting Audio USB controller in VL812 USB HUB
Hello , Could you kindly recommend me any Renesas kit that can be applicable for MEMS microphone ?This kit should be USB interfaced with PC, my plan is to connect it to VL812 USB 3.0 Hub Controller ....
View ArticleBSP board files problem
I recently created a new BSP, from a previous BSP, with some changes to the pin configs.When trying to use this new BSP in an existing project, the IDE is not recognising the definition in bsp.h, which...
View ArticleLoad application to QSPI
Hello,I'm using a custom board with S7G2 microcontroller and I would like to load my application to QSPI instead of loading to the flash memory. I'm trying to do this by changing the linker script, but...
View ArticleS7G2 internal temperature sensor
Hi, I want to get the temperature reading from the internal sensor. I configured the setting as follows: and here is the code to read the temperature:#include "new_thread0.h"/* New Thread entry...
View ArticleCAN error at high baud rates on S7G2
Hi there,I'm trying go establish a CAN connection between a S7G2 device and a PC CAN Module at 500kBits/s, which leads to an error when sending a frame from S7G2 device.The same code works well when...
View ArticleChanging pin function during runtime
Hi,Here at the company, we are used to create ONE firmware which works with several peripheral options that can or can't be assembled in the PCB.For instance, we have one version of the product which...
View ArticleStrange UART config problem
Running on SSP 1.2.0 e2 studio 5.4.0.015 I have a project that uses 3 UARTs. All of them are using Tx and Rx. Today I wanted to add another one that only needs to send on the Tx pin. So I configured...
View Articlestandard time and daylight savings time from ntp and time.h libs
Dear Forum,When localtime is called there is a flag for DST in the structure it returns. When I send it the current epoc number from ntp the populated struct that returns does not have it set. So is...
View ArticleS7G2 I2C example
Hi, Would like to ask if there is any S7G2 I2C channel 0 code example on ee Studio? Thanks!
View ArticleCannot add NetX SNMP Agent Services
I'm trying to implement SNMP Agent to my S7G2, SSP 1.2.1.But could not find the way to add SNMP Agent services to project which described in user...
View ArticleS7G2 I2C channel 0 and channel 1.
Hi,For S7G2, when configure I2C channel to channel 0 or channel 1, when after enable Operation Mode to "Enabled", the port SDA and SCL cannot be select to any pin, it wil always has an incorrect sign...
View ArticleCustom UI on S3A7 LCD
I am trying to create graphics display on S3A7 Fast prototype kit which has LCD display. This panel don't support jpeg or any other compression format, only supports terminal kind of text display.But...
View ArticleGUIX S7G2 SSP12x radial progress bar
Hello,I want to design a splash screen page with a radial progress bar to display loading steps.I use GUIX 5.3.3.0 , e2 studio 5.4.0.018 and I tried with SSP120b and 121, I work on a custom board with...
View ArticleTimer Driver on r_gpt adding extra ~3.3 microseconds to pulse in single-shot...
Hello all,I am using the Renesas Synergy Software Platform on the DK-S124 and have encountered what I believe to be a bug. When trying to generate a pulse from the Timer Driver on r_gpt using single...
View ArticleSize of initialization vector for AES GCM
AES GCM can take an IV of variable size, but there doesn't seem to be a place in the encrypt() or setGcmtag() API to do this. Is there a way to specify the size of the IV?
View Article