Hello,
everytime I want to debug. I get this following error message
[Blocked Image: http://fs5.directupload.net/images/151222/temp/xfyexwgv.png]
I'm using a J-Link EDU version. The SEGGER j-Link GDB Server Version is V4.26a
Eclipse Ganymede Version 3.4.2
Eclipse GDB Hardware Debugging Plug-in V5.0.2.200902130801
The copy from the console:
Code
set mem inaccessible-by-default off
target remote localhost:2331
Remote 'g' packet reply is too long: 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001
monitor speed 1000
"monitor" command not supported by this target.
monitor endian little
"monitor" command not supported by this target.
monitor flash device=stm32f103rb
"monitor" command not supported by this target.
monitor flash breakpoints = 1
"monitor" command not supported by this target.
monitor flash download = 1
"monitor" command not supported by this target.
restore C:\WinARM\STM32Projects\STM32-robo\bin\main.elf
You can't do that without a process to debug.
add-sym C:\WinARM\STM32Projects\STM32-robo\bin\main.sym 0x
add symbol table from file "C:\WinARM\STM32Projects\STM32-roboin\main.sym" at
Invalid number "0x".
monitor reg r13 = (0x00000000)
"monitor" command not supported by this target.
monitor reg pc = (0x00000004)
"monitor" command not supported by this target.
tbreak main
Temporary breakpoint 2 at 0x80001b2: file main.c, line 14.
continue
The program is not being run.
Display More
My initialization and run commands.
Initialization Commands:
Code
set mem inaccessible-by-default off
target remote localhost:2331
monitor speed 1000
monitor endian little
monitor flash device=stm32f103rb
monitor flash breakpoints = 1
monitor flash download = 1
Run Commands:
Can somebody help me out here, so I can use the debugging functions?