Blog Post: Lowering Barriers to Entry
Have you ever worked on a team that had amazing, world changing ideas but the barriers to get started and to market were just too great to overcome? Maybe the development team had a funds shortage or...
View ArticleForum Post: Is there any working sample for UART driver with DTC transfer on...
I'm using DK-S7G2, SSPv1.1.3. I'm finding a sample that implements UART driver with DTC transfer to read each character from an UART sensor. This is my configuration for UART driver:
View ArticleForum Post: RE: DK-S7G2: Camera Code?
Ian. I wanted to pick up this thread. It appears that you cannot open a project in e2 Studio (option appears grayed out) so you must import it. So I created a Synergy Project called Video1, SSP...
View ArticleBlog Post: Introducing the IAR Embedded Workbench® for Renesas Synergy™
Software development is perhaps the most expensive endeavor undertaken by mankind. The simplest applications can cost as little as $15 per line of code (LOC) or for safety critical software as much as...
View ArticleForum Post: RE: SD card using S7 DK/SK
These are the settings for my r_dtc: I also try to disable the ICU but still get the error of 0x11. I just change the r_dtc to r_dmac(using its default setting). The program is working... Not sure...
View ArticleForum Post: RE: How to import e2 studio project into IAR
There is no specific import functionality built-in in IAR EW for Renesas Synergy. However, there is nothing specific or special to do. Just create a new project / workspace in IAR, and save it inside...
View ArticleForum Post: RE: How to import e2 studio project into IAR
Hello, Khawar: Yes. You can copy a existing project and create a IAR project in the same folder. Then you need to re-generate all the SSP code using SSC(Synergy Software Configurator). Please do...
View ArticleForum Post: GUIX on S1
I've done the GUI labs on the S7G2-SK kit and really like the ease and speed of GUI development with GUIX. Now I have an application where the S7 is simply overkill, and the S1 is a suitable choice...
View ArticleForum Post: RE: GUIX on S1
Hi Roger, you would have to provide a custom driver which overrides all functions that GuiX expects to call. (compare to the S7 driver interface) This driver has to redirect these calls to the...
View ArticleForum Post: RE: How to import e2 studio project into IAR
The strategy of creating a new project / workspace in the same project folder works straightforward since it will reuse and load the existing configuration.xml and .pincfg files. This means the IAR...
View ArticleForum Post: RE: How to import e2 studio project into IAR
Hi, Create the IAR project in Workbench. Open the Synergy configurator for IAR (SSC). Close it (no need to do anything we just need it to create the files). Close the IAR tool. From the e2studio...
View ArticleForum Post: Renesas Virtual Debug Console greyed out - unable to use
I used to have Renesas debug virtual console working with my project. Now every single time I try to open the debug console window, it is greyed out and I don't see any console messages;. Is there a...
View ArticleForum Post: external_irg trigger mode not stored during runtime?
If you are changing the trigger mode during runtime, then the R_ICU- pIRQCRn_bIRQMD is set correctly by the api function triggerSet(), but the value of irq_driver .p_cfg- trigger is not updated! If...
View ArticleForum Post: changing MAC address
I have a need to change both of the MAC addresses for ETH0 and ETH1. there will be many systems installed to the same network and it would be time consuming to go into the GUI configurator to change...
View ArticleForum Post: PCAL9535A on Synergy S7G2 Dev Kit
Hello, Are there or does anyone know of example code that writes to the PCAL9535A I2C I/O Port Expander? Thank you.
View ArticleForum Post: RE: PCAL9535A on Synergy S7G2 Dev Kit
Rick- Look at the Developer Examples Template available when you create a Synergy project targeted for the DK-S7G2. I believe there is an example SPI design that targets the port expander and toggles...
View ArticleForum Post: RE: GUIX on S1
Hi Roger, The S1 is really not a good candidate for Guix applications. Normally, the canvas that Guix draws on is located in a frame buffer in ram. The S3 or S5 is a much better choice for Guix...
View ArticleForum Post: RE: external_irg trigger mode not stored during runtime?
Ralph, Yes - if you look at the CFG data structure declaration you will note that it is a CONST structure. You can always write to the bare metal and over ride this run-time or copy the original...
View ArticleForum Post: RE: PCAL9535A on Synergy S7G2 Dev Kit
Hi Rick, I have uploaded an example of using the port expander on the DK S3 - you just have to change the I/O config to match the DK S7. Here's the link: (its in the files section as the I2C example)...
View ArticleForum Post: RE: PCAL9535A on Synergy S7G2 Dev Kit
Perfect and thank you for the almost acausal response!
View Article