Forum Post: RE: S3A7 Flash Memory Register Descriptions
The document you are looking for is r01an3091eu0100_synergy_Flash_programming_app_note.pdf. You will need to contact your local sales office in Renesas to get a copy and you will need to sign an NDA.
View ArticleForum Post: RE: GUIX - undefined reference - "gx_synergy_display_driver_setup"
Hi Steve, Set your GUIX studio project library (project setting) to the latest version (5.3) and recompile. Dig
View ArticleForum Post: RE: GUIX - undefined reference - "gx_synergy_display_driver_setup"
That fixed it. Thank you !!!! Steve D
View ArticleForum Post: RE: Web Server example
I could not get the suggested application to ping reliably. The pins in the example file were set to medium. I tried low and high and was not able to get it to work reliably on the DK board. I did...
View ArticleForum Post: RE: external timer giving half frequency always
The timer period in the Synergy timer API is defined as the time until the timer expires in periodic mode. This is typically used when you want to configure periodic software interrupts. To...
View ArticleForum Post: RE: ucLinux or variant on Renesas Synergy processors
Renesas does have a number of ARM Cortex chips that will run Linux, just not in the Synergy family. You need an RZ. www.renesas.com/.../rz.html
View ArticleForum Post: Real Time Clock Demo application code
Hi Forum, Does anyone have any or can provide a link to any good demo code or a app. note for setting up and using the RTC? Thanks Matt
View ArticleForum Post: RE: Real Time Clock Demo application code
There is an example for the RTC in the Developer Examples template available as a project within SSP. When creating a Synergy Project, select, for example, the DK-S7G2 and then the Developer Examples...
View ArticleForum Post: Keymatrix Switch Example
Hi all, I am using SSP 1.0.0, Can anyone provide me a example code of keymatrix switch. Thank you
View ArticleForum Post: RE: Keymatrix Switch Example
Hello Dhiraj, Simple driver/framework usage is explained in SSP User's Manual, Section 4. Key Matrix Driver specifically is discussed in Section 4.2.20. Regards
View ArticleForum Post: RE: Keymatrix Switch Example
Hi KAROL, Thank you :) As per the procedure - I have added the key matrix HAL driver. - Then enabled the interrupt. - In the key matrix HAL driver, wrote the user_keypad_callback as a callback...
View ArticleForum Post: RE: Keymatrix Switch Example
Hello Dhiraj, If you did not set the "Enable interrupt after initialization" property in the driver to "True", you'll have to call g_kint.p_api- enable(g_kint.p_ctrl). Also, make sure there's no...
View ArticleForum Post: RE: Keymatrix Switch Example
Hi KAROL, Thank you. I have checked everything properly. Whenc the call is made to this function err = g_kint.p_api- open(g_kint.p_ctrl, g_kint.p_cfg) it directly jumps to callback function. Why this...
View ArticleForum Post: RE: Keymatrix Switch Example
Hi KAROL, Thank you. I have checked everything properly. Whenc the call is made to this function err = g_kint.p_api- open(g_kint.p_ctrl, g_kint.p_cfg) it directly jumps to callback function. Why this...
View ArticleForum Post: RE: Keymatrix Switch Example
Hello Dhiraj, Sounds like the trigger level or pin setup is not valid for the matrix you're using. What do you see when you step through "open" function? Regards
View ArticleForum Post: RE: Touch screen RIIC issue
Do you have more than 1 pin configured to be SCL? See section 20.6 of the HW manual (Peripheral select settings for each product). Also, in the same section, " select the functional pins having the...
View ArticleForum Post: RE: Touch screen RIIC issue
OK. Thanks. I did have more than one pin assigned to SCL. SSP pin configurator assigned Port 2 pin 04, then in my code I assigned Port 4 pin 7. I changed my code as follows: In my code first I...
View ArticleForum Post: RE: Touch screen RIIC issue
More information: I went back to SSP and defined RIIC channel 0 using only suffix A pins. Then I removed my code to change pins to mix the Suffixes. Now I do not have SDA actually connected ... Upon...
View ArticleForum Post: RE: Touch screen RIIC issue
Steve- I should check on the Muxing of A and B signals to make sure it is supported in SSP- I know it is in hardware, but maybe there is a software limitation I don;t know about. Look for an update...
View ArticleForum Post: RE: Touch screen RIIC issue
Hello Warren: I have confirmed in code that I re-assign SCL0 pin after SSP has called this function: ssp_err_g_sf_touch_panel_i2c = g_sf_touch_panel_i2c.p_api- open (g_sf_touch_panel_i2c.p_ctrl,...
View Article