From: Paul F. <fer...@gm...> - 2020-10-15 13:12:48
|
On Thu, Oct 15, 2020 at 01:10:40PM +0000, Ulrich, Christian wrote: > flashing the elf file works, but the device runs directly in an hardfault And now it's the time to put OpenOCD to real use! It's not just flasher, it's a powerful debug tool, especially when combined with GDB. Debugging reliably triggerable hardfault should be a breeze. > program myfile.bin 0x08000000 > > seems to work, also with the bin files. > should this generally work for all controllers ? Those using NOR type of flash memory, yes. -- Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software! mailto:fer...@gm... |