Posts by apfelschorle

    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:

    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:

    Code
    monitor reg r13 = (0x00000000)
    monitor reg pc = (0x00000004)
    tbreak main
    continue

    Can somebody help me out here, so I can use the debugging functions?