Forum Post: RE: About SD card coding with RX111 RSK board
Dear Gerald, I am working on SD card since long days. The links that you have given in above mail are not working. It displays, "We’re Sorry.The Renesas Synergy™ Gallery is currently not available in...
View ArticleForum Post: Issue regarding FAT system in renesas RSK RX111 board
Dear Renesas Members, I need a suggestion *** help over the issue regarding the FAT file system in RX111 RSK. I am using sample program given when I bought RX111 RSK board. The sample program is...
View ArticleForum Post: SK-S7G2 SSP LED component issue
Hello, I've created a Synergy project for SK-S7G2 board. Then I've selected the S7G2-SK BSP project template and finally I've written a simple code to set the LED1, LED2 and LED3 using the Synergy API...
View ArticleForum Post: RE: Issue regarding FAT system in renesas RSK RX111 board
If you created the file on a PC then it could be that you don't have support for long file names in the Fat software. (If using Renesas FAT this is almost certainly the case ). You should be able to...
View ArticleForum Post: RE: USB file transfer in microcontrollers flash memory
If you can already save data to flash from command line input and you can get data from the PCDC interface then all you have to do is send the text file using a terminal program to the com port that...
View ArticleForum Post: RE: Residual off pulse on PWM set to 0% (active Low)
Hi Jim, Not really enough information, since you don't mention which PWM mode for this channel. On Timer RD whenever you need 0% or 100%, there may be some "code" involved rather than just duty cycle...
View ArticleForum Post: RE: SK-S7G2 SSP LED component issue
The code you are trying to edit is under a folder with the "synergy" in the name, hence, this is code that you should not try to edit, as it is either extracted from the SSP pack file (or in other...
View ArticleForum Post: RE: SK-S7G2 SSP LED component issue
try to use IOPORT_LEVEL_LOW . when I assigned 0 leds are illuminating, when 1 leds are off
View ArticleForum Post: RE: About SD card coding with RX111 RSK board
Sorry Peter, I cannot help you further. Good luck with your project. -Gerald
View ArticleForum Post: RE: SK-S7G2 SSP LED component issue
g_ioport.p_api- pinWrite(leds.p_leds[0], 1); // turns off the led g_ioport.p_api- pinWrite(leds.p_leds[0], 0); // turns on the led
View ArticleForum Post: RE: SK-S7G2 SSP LED component issue
Jeremy, thank you for clarify this. regards, gaston
View ArticleForum Post: RE: RX111 SCI Fit Module problem
Hi Frank, Thanks for the reply ! The Digi Module actually sent and received data properly with the CS+ software using the similar setting as in the e2 studio. I actually hooked the tx and rx to a...
View ArticleForum Post: RE: RX111 SCI Fit Module problem
So my guess would be that the FIT software uses a wrong communication speed. Have you checked all clock settings?
View ArticleForum Post: RE: RX111 SCI Fit Module problem
Hi Frank, yeah,that was what I suspected, is there an ideal speed for this communication? , my Clock source was Main Clock oscillator" which was set to 16 MHz, I played around with peripheral Module...
View ArticleForum Post: fsl lib library missing in a AN an_r01an2850ej0100_rl78_flash
I donwload AN RL78/G13 Self-Programming (Received Data via IIC) CC-RL for use Flash library , but fsl files are missing fsl.h fsl.lib fsl_types.h where I can get these?
View ArticleForum Post: RL78/G13 FDL Problem in Fast Execution
Dear Readers, First i want to Know all of you that i am a beginner of Renesas MCU Family But not in MCU. MY RL78/G13 Part No is: R5F100AAA and R5F100ACA. Problem: i am using FDL type04 library...
View ArticleForum Post: RE: Issue regarding FAT system in renesas RSK RX111 board
Dear paul, Good to see your reply. My file names are as follows. CATTLER_SPLENDAR.cpmld CAMAY_RDR-413.cpmld BCFDHLLLD.jc5 KLTSDUU_DGTRSGD_HGG.jc5 what could be the short names. for all the files.
View ArticleForum Post: RE: Issue regarding FAT system in renesas RSK RX111 board
Please suggest the change to do in the code to allow the Long file name in my program. What to do to enable LFN. Awaiting for your reply. Thanks.
View ArticleForum Post: SCI UART Question
Hi All, Am working with S7 controller using SSP and ThreadX. In my application I have configured UART by adding driver for the same. In my UART rteceiving application, I receive variable length of...
View Article