We need to start using e2Studio for an RX111 project and I'm having difficulties getting the debug to work.
As this is new hardware I have decided to go to a known working system using an RX63N processor developed in Hew using an E1 debugger.
I create a new C project using e2 Studio, select the processor and let it generate the default files. I then put in some simple code in the while statement of the main loop and build. All appears fine so far. All project settings have been left as they were defaulted to.
The Toolchain I'm using is the KPIT V16.01.
I go to the RUN->Debug Configurations and set the debugger to the E1, the correct target device, crystal and that the power is external. Mode is by default Debug Mode
I don't change anything else and press Debug
The following appears
GDBServer for Renesas targets. Version 6.0.0 (Aug 4 2017 11:28:02)
Starting server with the following options: Raw options : C:\Renesas\e2_studio5\eclipse\/../\DebugComp\\RX\e2-server-gdb -g E1 -t R5F563NE -p 61234 -d 61236 -uClockSrcHoco= 0 -uInputClock= 12.0000 -uAllowClockSourceInternal= 1 -uUseFine= 1 -uFineBaudRate= 2.00 -w 0 -z 0 -uRegisterSetting= 0 -uModePin= 0 -uChangeStartupBank= 0 -uStartupBank= 0 -uDebugMode= 0 -uExecuteProgram= 0 -uIdCode= FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF -uresetOnReload= 1 -n 0 -uWorkRamAddress= 1000 -uProgReWriteIRom= 0 -uProgReWriteDFlash= 0 -uhookWorkRamAddr= 0x1000 -uhookWorkRamSize= 0x230 --english
Connecting to E1, RX Target GDBServer endian : little Target power : off Starting target connectionFirmware up to date at version '2.07.00.005' Target endian (MDE pin) : littleFinished target connectionTarget connection status - OKStarting downloadFinished download
This seems OK however in the debug view non of the items like suspend, resume step are available. There are no addresses beside the code.
What Am I missing.
I have tried different tool chains but every time the same thing happens when it comes to debugging. I'm feeling there is just a simple switch somewhere I need to enable but I can't find it.
Any help greatly appreciated.
Paul