[ABANDONED] Eclipse Debugging GDB error on STM32 with J-Link

  • 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?

  • Hi,


    first of all i would suggest to update to the current version of the J-Link software & documentation pack

    If the problem persists, maybe our IDE Integration guide for Eclipse can help you: https://www.segger.com/IDE_Integration_Eclipse.html

    Best regards,
    Niklas

    Please read the forum rules before posting.

    Keep in mind, this is *not* a support forum.
    Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
    Should you be entitled to support you can contact us via our support system: https://www.segger.com/ticket/

    Or you can contact us via e-mail.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!