Forum Post: R8C Flash programming
If I don't know security bytes (7 bytes ID check), can I make full erase of chip? For example, R5F21336T.
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 ArticleForum Post: Camera Demo/Tutorial for DK-S7G2?
I want to be able to use the camera module on the DK-S7G2. Are there any tutorials/ source code for driving images from camera to display?
View ArticleForum Post: RE: Camera Demo/Tutorial for DK-S7G2?
Hello Jim, The same question has been asked recently: renesasrulz.com/.../6216.aspx Regards
View ArticleForum Post: RE: DK-S7G2: Camera Code?
Hi Ian: I never reach line 64 of the pdc_thread_0_entry. I get trapped instead at line 214 with error code 18 (SSP_ERR_ABORTED). I am not using 1.10-alpha.1 (where do I find this?) but instead...
View ArticleForum Post: RE: How to add RGA library to existing e2studio project?
I found my missing "libkpitgcc" problem. The library generator step was being passed a user-defined option that the new tools didn't understand - and I missed it because e2studio helpfully...
View ArticleForum Post: RE: PCAL9535A on Synergy S7G2 Dev Kit
Hi Rick, Please refer to this forum article: renesasrulz.com/.../6926.aspx -Gary
View ArticleForum Post: RE: Data flash library in CCRL
I am having similar problems. I settled on FDLT02_V101_R5F100xL_GNU1401 which I was able to get in the European my Renesas pages, but the sample linker file they provide is for the Cube Suite product....
View ArticleForum Post: RE: RL78 Low power mode
to come out from stop mode you can use Interval timer or Watch dog timer also. Keep in mind that enable the Subsystem clock for Inerval/watchdog while using stop/halt/sleep mode. Use NOP(); after...
View ArticleForum Post: RE: RL78/G13 Reset via software
you can use watch dog timer for reset. write some value other than Watchdog register clear. it will reset immediately.
View ArticleForum Post: RE: RL78/G13 on chip EEPROM access
you can download dataflash library FDL v4 from renesas india website. Sample code is also available on website. Download link is: www.renesas.com/.../rl78g13.html . From here download RL78/G13 Flash...
View ArticleForum Post: RE: Minimum/Breakout circuit for R5F212L4SNFP
Hi, I am using Window 7 32 bit. I have ordered some pieces of MCU, will solder & then try to use E8 debugger on it. However E8 get detected on window 7 32 bit. Also as I have asked is selection of...
View ArticleForum Post: R5F212L4SNFP clock settings register
1. I have written code for using on chip high speed oscillator for R5F212L4SNFP MCU for maximum 20Mhz speed. Is below settings & sequence ok? 2. How many nop to be added to get clock stable....
View ArticleForum Post: Debugging: Eventpoints, Timer Start / Stop: Does there exist a...
Hi there, Im using e2studio 5.1.0.022 and try to do some performance measurements using timer start/stop event points in the debugging view. however, the timers never run. See the attached images for...
View ArticleForum Post: RE: Renesas Virtual Debug Console greyed out - unable to use
Hello Karol, I'm also trying to get the debug console output working. I've already tried the version of the knowledge bank and now your sample as well, but both won't work for me, if you pass...
View ArticleForum Post: Simulator not working R5F212L4SNFP
I am using HEW Version 4.09.01.007 for R5F212L4SNFP. I have written some code for it. It builds successfully. But when I run simulator, output window shows error: " Connected Can't read/write, because...
View Article