Forum Post: RE: GUIX Queue not working?
Hello Dig, The function is missing because the content generated wasn't given version number 5.3.0. Besides re-generating content, you also need to amend the display settings in GUIX Studio by setting...
View ArticleForum Post: RE: e2 studio elf error 1
What is the console output? e2studio error messages are very brief and often you'd have to look into compiler output to find out what's going on. Error 1 is a linker error so there's most likely a...
View ArticleForum Post: PE-HMI1 source files for Application Notes?
I am using the PE-HMI1, and I was following the application note https://www.renesas.com/en-eu/doc/products/renesas-synergy/apn/r12an0030eu0110_synergy_guix_pe_hmi1.pdf in which two source files are...
View ArticleForum Post: RE: PE-HMI1 source files for Application Notes?
These two files are part of the Weather Panel demo application you can get from the Renesas website: www.renesas.com/.../D3017557.html This version requires SSP 1.0.0. An updated example that's...
View ArticleForum Post: RE: PE-HMI1 source files for Application Notes?
Thank you! I just tryied to download from the link you provided, but it seems this link doesn't work! Any help?
View ArticleForum Post: Temperature Sensor with I2C interface on Renesas SK board
Hi,  I am writing an I2C application for ambient temperature sensor connected to the Renesas  S7G2 -SK board . The application works fine when the RIIC implementation of i2c is configured ( MCU Pin...
View ArticleForum Post: RE: Temperature Sensor with I2C interface on Renesas SK board
On the SK-Board pin 175& 176 are used for the LCD-Touch-Controller, 127 & 128 are free to use. So the software framework may prevent the use of this pins for other access. From a hardware...
View ArticleForum Post: RE: GUIX Queue not working?
Hi Karol, Thanks for the tip, it works now complete. By the way: Â For my SPI touchcontroller I ran into some troubles getting the SPI to work. I had to go into the (good documented) code to find out...
View ArticleForum Post: RE: GUIX Queue not working?
The RSPI works with DTC only in 32 bit transfer mode because RSPI has 32 bit FIFO, so it'd make most sense for transfer driver to fill whole FIFO all at once. You can probably send some dummy data in...
View ArticleForum Post: RE: USB Boot Mode
Hi Calvin, Has there been any update on the USB programming tool? The link above doesn't appear to work anymore.
View ArticleForum Post: RE: Documenting move from Dev Kit to my own board
Hi Steve, Any updates? Where did you find custom_pack_creator.exe?
View ArticleForum Post: RE: e2 studio elf error 1
I open the console and fount that error is: ./src/guix_gen/gxs_specifications.o:(.rodata.w_splash_define+0x24): undefined reference to `w_splash_event'. I need to remove the event handler from GUIX...
View ArticleForum Post: RE: Temperature Sensor with I2C interface on Renesas SK board
When using simple I2C on SCI, you also need to change the pin output type from "CMOS" to "n-ch open drain" in the pin configuration.
View ArticleForum Post: RE: Documenting move from Dev Kit to my own board
Hello Russell, You can find it on the Gallery: synergygallery.renesas.com/.../demo The version currently available is for SSP 1.0.0. Version compatible with 1.1.0 SSP should be available soon. Regards
View ArticleForum Post: RE: e2 studio elf error 1
GUIX creates a prototype for your event handler function but you don't put it in your code, hence an error. Make sure you create a function for every event handler you defined in GUIX Studio before...
View ArticleForum Post: RE: Documenting move from Dev Kit to my own board
To be able to create a custom BSP with SSP 1.1.0 you will need the updated creation tools from the knowledge base :- knowledgebase.renesas.com/.../Is_there_an_Update_to_the_BSP_Creator_Tool%3F
View ArticleForum Post: Finding Synergy app notes on the new website
Today Renesas rolled out a new, and improved, website. To find a list of Synergy app notes on this new website: 1. Hover over Products on the blue menu bar and select Renesas Synergy Platform under...
View ArticleForum Post: RE: Custom BSP Tools
They are hidden away here: knowledgebase.renesas.com/.../Is_there_an_Update_to_the_BSP_Creator_Tool%3F
View ArticleForum Post: RE: Documenting move from Dev Kit to my own board
Hi Karol, Any idea when the Gallery will be made available in Australia?
View Article