_frank_ Community Member

  • Member since Feb 1st 2023
Last Activity

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • _frank_ -

    Replied to the thread Debugging with OpenOCD and GDB Server.

    Post
    > However, if I try to download an ELF file to the target device using OpenOCD, it doesn't work and the target won't start. I suspect an issue with the OpenOCD configuration or startup script. To be honest, I have very little experience with OCD…
  • _frank_ -

    Replied to the thread Debugging with OpenOCD and GDB Server.

    Post
    > Is it possible to have a BIN file downloaded into flash as part of the debug process via gdb/OpenOCD, but then load the elf file subsequently via gdb? I think this doesn't make much sense, the *.bin and *.ELF file basically contain the same…