Forum Post: RE: PCAL9535A on Synergy S7G2 Dev Kit
Also, and not to be a pain - but is there an app note on using the console? Do I run the program (using the debugger) and select "open console" - or alternatively an app note on the Developer Example...
View ArticleForum Post: RE: changing MAC address
Hello Tim: There is a work around to do this. I am using it on my project where I have many stations on a network and should have unique MAC addresses. Change...
View ArticleForum Post: RE: changing MAC address
Steve AWESOME!!! this works. I store the MAC address in QSPI NV RAM. I need to power cycle after I alter the NV RAM since the functions only get called on power cycle. Not a problem though an...
View ArticleForum Post: RE: S7G2 GPT Hardware Count Start/Count Stop and Clear Operation
Karol, I now have start/stop operation of a GPT using GTETRGA working. The setting required are: Use Synergy Pin Configuration to set Peripheral GPT1: Set up a GPT timer. Use Synergy Pin Configuration...
View ArticleForum Post: RE: PCAL9535A on Synergy S7G2 Dev Kit
Hi Rick, Do you mean the debug console for printfs or the framework console api? The debug console has an article in the knowledge base on how to enable it and use it. -Gary
View ArticleForum Post: RE: DK-S7G2: Camera Code?
After importing the project open the configuration of the project and click the "Generate Project Content" button to ensure all the SSP code is created. Ian.
View ArticleForum Post: RE: NETX, Ethernet Performance expectations
Can anyone elaborate as to how to test using iperf? Thanks, Rich
View ArticleForum Post: RE: Viewing ThreadX source when using IAR
Hello Matt, You should add NetX Source and ThreadX Source through threads tab. That way, the configurator will generate the configuration necessary (which your project seems to be missing). Regards
View ArticleForum Post: S3 for HMI?
Hi, I would like to use S3 to drive a 4.3" TFT LCD. Is there anybody already did something similar? S3 is not recommended for Graphical lcds by Renesas. Please some advise. Thanks Brky
View ArticleForum Post: RE: S3 for HMI?
Hello Burky, The reason S3 is not recommended for a display applications is because it hasn't got a dedicated graphic lcd controller. There's nothing stopping user from creating their own adaptation...
View ArticleForum Post: RE: PCAL9535A on Synergy S7G2 Dev Kit
Thank you Gary. The debug console - here's the article in knowledge base - en-us.knowledgebase.renesas.com/.../How_do_I_Use_Printf()_with_the_Debug_Console_in_the_Synergy_Software_Package The problem...
View ArticleForum Post: Project Update Utility for SSP 1_1_3
Hi, Do you launch project update utility with each new ssp version release? I guess, no! I have some projects created in ssp version 1.0.0 and want to upgrade to 1.1.3. I guess it is not that easy?...
View ArticleForum Post: RE: S3 for HMI?
Hello Karol, I, too, am interested in this and would thank you for sharing!
View ArticleForum Post: RE: S3 for HMI?
Hello, Here's the exported project archive: (Please visit the site to view this file). It uses the same driver as DK-S1 PMOD example. The only file changed is the sf_el_gx_on_spi, which is a...
View ArticleForum Post: RE: external_irg trigger mode not stored during runtime?
Hello Ralph, Config structures are only used during the initialization and hence, are stored as constants. Most of the configuration is mirrored to the control structure (p_ctrl) when the module is...
View ArticleForum Post: RE: changing MAC address
Hello Tim, If your MAC values always sit at the same address in the QSPI NVRAM (you can force this by creating individual linker section for each or using @ address operator in the IAR environment)...
View ArticleForum Post: RE: Project Update Utility for SSP 1_1_3
Hello Burky, To migrate 1.0.0 projects to 1.1.3 release, you should use migration guide for 1.1.0. The differences between 1.1.0 and 1.1.3 are resolved automatically and you do not need to add any...
View ArticleForum Post: RE: changing MAC address
Karol If the NV RAM is erased such as with a brand new board, then the MAC addresses would be set to 0xFF 0xFFFFFFFF if just arbitraily load from NV Ram locations. That is why there is a function call...
View ArticleForum Post: RE: Renesas Virtual Debug Console greyed out - unable to use
Hello Ashwin, What e2studio version are you using? Do you already have a project with semihosting running? Please try with the following project: (Please visit the site to view this file) Regards
View Article