Loading...
 
Skip to main content

System Workbench for STM32


Cannot debug using openOCD

France

You should not pass the BIN file to the debugger but rather the ELF file; the BIN is a binary image, suitable to flash the MCU but not for debugging, as there is no symbol table in it.

Bernard (Ac6)