Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
https://developer.mbed.org/teams/Renesas/wiki/Exporting-to-e2studio-with-CMSIS_DAP-DBG
"Exporting to e2studio with CMSIS_DAP DBG"
This is satisfactory using GR-PEACH_blinky but needs the extra action "reset board". Stepping over lines (F6) is ok but why:
google search: openocd "cortex_a maskisr" ???
https://sourceforge.net/p/openocd/mailman/message/34601993/ https://github.com/mbedmicro/mbed/blob/master/workspace_tools/export/e2studio_rz_a1h_gdbinit.tmpl https://devel.rtems.org/wiki/Debugging/OpenOCD/Xilinx_Zynq
The above links do not explain why this is necessary. Please explain.
This "fix" prevents the Segger Launcher from working.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
https://developer.mbed.org/teams/Renesas/wiki/Exporting-to-e2studio-with-J_Link-debug
"Exporting to e2studio with J_Link debug"
Should this run to the first statement in main.cpp?
Stepping over lines (F6) is ok.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
https://developer.mbed.org/users/WiredHome/code/RA8875_Demo/
"simple demo program for a graphics library"
Using the online arm compiler this demo program compiles and runs on the GR-Peach.
The next step is to try this mbed demo program and debug it in e2studio:
With a little help (using F8) it runs to the first statement in main.cpp
Using F6 at this first statement it fails.
What modifications to the demo code are necessary to achieve the GR-Peach_blinky result?
Your help would be much appreciated.