Seifeddine ALOUI pisze: > When i try to flash my STM32 microcontroller: > > flash write_image commandcard.bin 0x08000000 > > i get this message: > > flash writing failed with error code: 0xfffffc7a > error writing to flash at address 0x08000000 at offset 0x00000000 (-902) > > Does someone have any idea about what can be the source of the problem?
first of all - you don't erase the flash (or you forgot to tell us that). second of all - you don't specify the file type (that is probably optional) Try this: flash write_image erase file_name.extension 0xoffset bin 4\/3!! _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
