Forum Post: RE: Using variable arguments RLCC Compiler
Thanks, Kevin. At least it's documented somewhere. I have lots of experience with R8C, which is a much nicer arhcitecture than RL78, in my opinion. The compiler was also much, much better. I'm working...
View ArticleForum Post: RE: [HEW] - Execution Time Tracing
FrankL and Kevin, Thank you very much for your suggestion. The device I'm using is SH72544. I'm in the test environment where source code modification is not allowed (i.e. to add toggling I/O code)....
View ArticleForum Post: RE: RZ as SPI slave.
Hi, 1. I am testing a bare metal code for SPI slave on Renesas RZA1H. But I am getting OVRF bit set in SPSR that is overrun error flag. Please suggest the SPI register values for the RZA1H to make it...
View ArticleForum Post: Can't program RL78 Please help
Hello, I've spent a long time trying to debug the RL78/I1A with the E1 debugger. I'm using CS+ IDE. I get this error: Writing to the on-chip debug reserved area is prohibited.(address:...
View ArticleComment on VK-RZ/A1H board
Web server demo ld file: /****************************************************************************** * File Name : GNU_e2studio-IRAM.ld * Device(s) : RZ/A1H (R7S721001) * Tool-Chain :...
View ArticleForum Post: RE: USBX demo question
Hello, I see your post is referring to my version of the demo, so let me justify: this memory is used for almost everything-USBX. If a class needs to create an internal thread, the thread stack is put...
View ArticleForum Post: USB3.0 Host Card not working
Hope you guys can help - just got a PCIE card and although got driver disk - once windows 7 x64 reboots it shows this
View ArticleForum Post: RE: Debugger not stopping at breakpoints
By default e2studio is set to use Hardware break points. On the Cortex M4 there are only 6 HW breakpoint available in the FPB unit (and the HW break points can only be set in the first 0.5GB of the...
View ArticleForum Post: RE: Debugger not stopping at breakpoints
Thanks. I'll give that a try, and yes, it's using the Hardware breakpoints. However, even when I hit "Clear All Breakpoints" and only set one, it had the same issue.
View ArticleForum Post: memory mapping 78KOR in CubeSuite++
I am attempting to access the dataflash memory on an R5F100LJ by setting up a memory segment. The statement "MEMORY MY_FLASH : ( 0F1000H, 02000H )" in the linker directive file results in an error,...
View ArticleComment on VK-RZ/A1H board
Thanks Mr Harry for replying me. My intent is to boot a simple blinking LED0 proof concept mini program from eSD. I'm using e2studio and gcckpit, and I slightly modified one of the Renesas RZA1H...
View ArticleForum Post: RE: Adding a webserver to a project.
Hi Karol, Thank you for the reply. That has helped. I have been working though most of it in a slight variant of the usb host demo. I have nx telnet server added in. I have had it running. On...
View ArticleForum Post: RE: Adding a webserver to a project.
Matt, complete debugger output would be helpful in this case. Otherwise, please have a look at the project I'm posting below. Bill, I actually happened to be putting a similar project together not so...
View ArticleForum Post: RE: Debugger not stopping at breakpoints
This may be obvious, but make sure the following button is not pressed: Also, sometimes setting breakpoint at runtime may not have any effect until the board hits hard reset.
View ArticleForum Post: workbench6 - e2studio connection problem
Hi all, I'm try to use workbench6 (renesas Capacitive Touch IDE) - e2studio connection function. but it will show error message as follow. in workbench6 manual page.08...
View ArticleForum Post: RE: workbench6 - e2studio connection problem
Administrator rights means you must be Windows Administrator, not only Windows User. You have to do changes to Windows registry, which is not possible as user. Please use e2 studio help and look for...
View ArticleForum Post: RE: workbench6 - e2studio connection problem
Thank you, it can work. One way to do this: Create a batch file containing the following commands: C:\e2 studio installation folder\Utilities\ISServer.exe /regserver regsvr32 C:\e2Studio installation...
View ArticleForum Post: RE: memory mapping 78KOR in CubeSuite++
Which compiler do you use? CA78K0R or CC-RL? Why do you edit the linker file and do not input the section in CS+? How do you access to the data flash? Which flash library do you use?
View ArticleForum Post: Supporting a new touch controller chip
Hi there, I am looking to interface a larger LCD to the DK-S7G2. The display itself is no problem. The issue is that the display has a different touch controller chip (STMPE811). Digging around the...
View Article