Problem with black magic probe port to ESP8266

Sysprogs forums Forums VisualGDB Problem with black magic probe port to ESP8266

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #20826
    datasung
    Participant

    Problem with black magic probe port to ESP8266

    Trying to test the RAK811 lora board ( 4 boards ).

    Wireless flashing the boards is very conveniant but it does not work from VisualGDB.

    Target is STM32L151CB-A

    ——————————————————————————————————————————————————-
    Debugging from arm-none-eabi-gdb.exe
    Start: arm-none-eabi-gdb.exe C:\Users\Gebruiker\source\repos\EmbeddedProject15\VisualGDB\Debug\EmbeddedProject15

    Responce: Reading symbols from C:\Users\Gebruiker\source\repos\EmbeddedProject15\VisualGDB\Debug\EmbeddedProject15…done.

    command: target extended-remote 10.1.1.137:2000

    This connects to the GDB server and i can continue to flash and debug without problems

    ————————————————————————————————————————————————————-
    Debugging from visualgdb

    Full custom settings:

    command: C:\Program Files (x86)\GNU Tools ARM Embedded\7 2017-q4-major\bin\arm-none-eabi-gdb.exe
    arguments: $(TargetPath)
    target selection command: target extended-remote 10.1.1.137:2000
    Responce:

    Reading symbols from C:\Users\Gebruiker\source\repos\EmbeddedProject15\VisualGDB\Debug\EmbeddedProject15…done.
    Undefined command: “-gdb-version”.  Try “help”.
    Quit

    This never reaches the command “target extended-remote 10.1.1.137:2000”

    Where is the command “-gdb-version” configured and can i disable it or do i have to change my

    Black Magic Probe source.

     

     

     

    Best regards, Pierre Roijen.

    #20829
    support
    Keymaster

    Hi,

    Looks like you are missing the –interpreter mi argument before $(TargetPath). Specifying it (and also configuring VisualGDB to use the ‘continue’ command to start the session) should get it to work.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.