|
From: Ulrich, C. <chr...@tc...> - 2020-10-15 11:59:35
|
normally i use the adress from flash banks, in stm32fx ther is adress 0x08000000 right. but flash banks shows here 0x000000 > flash write_image /home/pi/tests/c5/ISW5020DA_1.0.13_withBootLoader.bin 0x08000000 flash write algorithm aborted by target error executing stm32l4 flash write algorithm flash write failed = 000000a8 block write failed error writing to flash at address 0x08000000 at offset 0x00000000 ________________________________________ Von: Paul Fertser [fer...@gm...] Gesendet: Donnerstag, 15. Oktober 2020 13:32 An: Ulrich, Christian Cc: Tarek BOUCHKATI; Tarek BOCHKATI; ope...@li... Betreff: Re: [OpenOCD-user] STM32G471 support On Thu, Oct 15, 2020 at 11:28:43AM +0000, Ulrich, Christian wrote: > > flash write_image erase myfile.bin 0x0000000 I recommend using .elf file and "program" command instead. This way you wouldn't be specifying wrong offset (stm32 flash is usually mapped to 0x08000000). -- Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software! mailto:fer...@gm... |