Hi,
I'm following RZ/G2L Getting Started with Flexible Software Package (renesas.com) to compile and debug the blinky example on the M33 core in the RZ G2L using e2studio. The example compiles fine but I do not seem to be able to download and debug the example correctly. My SEGGER J-LINK flashes red a few times when I hit Debug and I get the following message:
and after a while, if I do not hit OK, I get:
In the debug console I see:
Starting server with the following options:
Raw options : C:\Users\reggler\.eclipse\com.renesas.platform_1435879475\DebugComp\\RZ\e2-server-gdb -g SEGGERJLINKARM -t R9A07G044L_M33 -uConnectionTimeout= 30 -uSelect= USB -uJLinkSetting= C:\Users\reggler\e2_studio\workspace\Blinky2/Blinky2 Debug_Flat.jlink -uLowPower= 0 -uInteface= JTAG -uIfSpeed= 4000 -uNoReset= 1 -uIdCodeBytes= FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF -uReleaseCM3= 0 -uresetOnReload= 1 -n 0 -uFlashBp= 1 -uSimulation= 0 -ueraseRomOnDownload= 0 -ueraseDataRomOnDownload= 0 -uOSRestriction= 0 -uProgReWriteIRom= 0 -l -uCore= SINGLE_CORE|enabled|1|main -uSyncMode= async -uFirstGDB= main --english
Using J-Link version V7.22a - C:\Users\reggler\.eclipse\com.renesas.platform_1435879475\DebugComp\RZ\ARM\Segger_v7.22.0-a\JLinkARM.dll
Connecting to R9A07G044L_M33, ARM Target
GDBServer endian : little
Target power from emulator : Off
Starting target connection
Current status of the RA TrustZone device
DLM state : Non-debugging Mode
Debug level : N/A
Secure/NSC memory partition size :
- Code Flash Secure (kB) : 0
- Code Flash NSC (kB) : 0
- Data Flash Secure (kB) : 0
- SRAM Secure (kB) : 0
- SRAM NSC (kB) : 0
GDB action 'connect to target', has failed with error code, 0xffffffff
force_kill_gdb()
Disconnected from the Target Debugger.
What could be the problem?