Question
STM32CubeIDE debugging without flashing (suppressing load of .elf)
My problem: for debugging it is obvious that the .ELF file is necessary to be loaded and flashed. But normally my binary (.bin) file also contains information at the end of the .text area that the .elf file does not know about. Otherwise the code part of the BIN file is idenditcal to the .ELF-file.
So if I could, say, flash the chip with the BIN file and debug it with the information from the .ELF-file in the IDE without toucing the already loaded/flashed BIN-file, I'd be happy.
Is there a way to achieve this?
