Other Parts Discussed in Thread: RM48L952, TMS470R1A256, TMS570LS20216, HALCOGEN
Hello.
How can I debug RM48CTRLCARD using GDB? I want to use JLinkGDBServer because of beta JLink driver is badly working in CCS5.4.
I set up debug configuration in GDB Hardware Debugging tab, but debugging session is stopped after any breakpoint (gdb-exit message is shown in console log, gdb server log show that "client disconnected" after breakpoint). RM48L952 is flashed correctly from CCS using GDB, my program is working after power switch.
I use TI ARM compiler. Do I need to switch to GCC toolchain instead of TI ARM compiler?
My startup script is:
monitor speed 3000
monitor endian little
monitor flash device = RM48L9x
monitor flash download = 1
monitor flash breakpoints = 1
monitor reset
GDB is working correct from command line.
Regards, Vitaliy.