Forum Post: RE: Eclipse issue, symbol could not be resolved
Have you tried right-clicking your project and navigating to Index Resolve un-resolved includes?
View ArticleForum Post: RE: TRACEX Tutorial
Do you have a space in the path to the TraceX executable? I have just tried, and having a space in the path causes the error "The chosen operation is not enabled", the default installation path...
View ArticleForum Post: RE: TRACEX Tutorial
Thanks, I was able to rebuild based on adding source, but even with TraceX relocated to C:\TraceX I still get the error "The chosen operation is not enabled'.
View ArticleForum Post: RE: TRACEX Tutorial
I have now got my installation of e2studio into the same state as yours, I cannot launch TraceX I just get "The chosen operation is not enabled'. I will let you know if I find a fix.
View ArticleForum Post: RE: Eclipse issue, symbol could not be resolved
Yes, no change. Also, re-indexing and such
View ArticleForum Post: How do I keep data flash from being initialized upon debug entry?
My app requires calibration data etc. to be kept in data flash. I can write it to the data flash but it appears that the data flash is initialized to 0's every time I start the debugger. Does the...
View ArticleForum Post: RE: Capacitive load on I/O port
Hello Hcag, The URL below. http://www.espec.co.jp/english/inquiry/pdf/AEMseries_e.pdf The chart exists in page 6.
View ArticleForum Post: Required Sample code for SD card on RL78/G13 for FAT32
Hello everyone, I have received YRDKRL78G13 demonstration kit for IAR. I couldn't find sample code for micro-SD card with FAT32. Can anyone please help me out in getting sample code for the same....
View ArticleForum Post: RE: How do I keep data flash from being initialized upon debug...
If you have a section in the data flash, that contains data, the default setup of the linker script means it will be included in the load module, and the debugger will download it to the data flash....
View ArticleForum Post: RE: Using external RAM for heap (GCC compiler, optimised libraries)
Hello Mike Thank you for asking. I almost forgot all about this matter... Actually I did. It turned out that I haven't read the KPIT FAQ's carefully enough. I found more information at KPIT FAQ's...
View ArticleForum Post: RE: Eclipse issue, symbol could not be resolved
Do you have some example which symbols are unresolved? Which compiler do you use? When you use Index "Search for unresolved includes", does e2 studio then list some include files it does not find? If...
View ArticleForum Post: RE: Eclipse issue, symbol could not be resolved
I have seen problems when "Index unsed headers" is checked in the indexer settings.
View ArticleForum Post: RE: Default_Handler - HardFault
This is a good link on debugging hard fault handlers. Basically, you read the values of the stack frame when the fault triggers: www.freertos.org/Debugging-Hard-Faults-On-Cortex-M-Microcontrollers.html
View ArticleForum Post: RE: How do I keep data flash from being initialized upon debug...
Thanks Jeremy. That is exactly what I needed. Yesterday I created my custom data flash section so I can easily make it (NOLOAD). Thanks again Steve D
View ArticleForum Post: RE: SD Card/eMMC Size Limit with DMAC
FileX supports FAT32, the low level SD card driver supports SDHC cards. I have just formatted a 32GB SD card with a 29GB volume.
View ArticleForum Post: Synergy Examples documentation
Hi All, I'm just evaluating Synergy using SK-S7G2. I could run Blinky_SK_S7G2 example for the demo board without problems. At the moment, however, I'd like to know more about the source code...
View ArticleForum Post: RE: Interfacing ADAS1000 with RX63N instead of RX62N
This thread will be archived due to inactivity Mike Clements RenesasRulz Moderator
View ArticleForum Post: Ask UART G12 / R5F102A9
Dear, I write program to send uart, but only first & last caracter. void sendc(uint8_t c){ TXD0 = c; } void sends(const char *s){ while(*s != 0){ sendc(*s++); } } in main program while(1U){...
View ArticleForum Post: RE: TRACEX Tutorial
You can always download the memory location where the Trace buffer is located from e2studio, to a file, and open that file in TraceX. After running the processor for a while (with Event Trace enabled...
View ArticleForum Post: RE: Synergy Examples documentation
Ignasi- The best place to start to learn more about the code is with the SSP Users Manual. It was downloaded with your installation in the doc folder I believe. Read it over to get a general idea and...
View Article