To use the J-Link command in VisualGDB

Sysprogs forums Forums VisualGDB To use the J-Link command in VisualGDB

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8558
    Magic
    Participant

    Hello support team,

    Could you please tell me how to use the J-LINK command for downloading the binary file before starting the program debug like a GDB command?

    The command example is following:
    “loadbin flash.bin, 0x30000000”

    Best regards,
    Magic

    #8615
    support
    Keymaster

    Hi,

    Please try prefixing it with the “monitor” command, i.e.:

    monitor loadbin flash.bin, 0x30000000
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.