Ist mein stm32f4 discovery defekt?
Nachdem ich etaws draufflashen wollte scheint etwas schief gegenagen zu
sein und bei neuen Flash-versuchen kommt nurnoch folgender fehler:
1 | [martin@thinkpad build]$ st-flash write main.bin 0x8000000
|
2 | 2014-11-24T16:05:55 INFO src/stlink-common.c: Loading device parameters....
|
3 | 2014-11-24T16:05:55 INFO src/stlink-common.c: Device connected is: F4 device, id 0x10016413
|
4 | 2014-11-24T16:05:55 INFO src/stlink-common.c: SRAM size: 0x30000 bytes (192 KiB), Flash: 0x100000 bytes (1024 KiB) in pages of 16384 bytes
|
5 | 2014-11-24T16:05:55 INFO src/stlink-common.c: Attempting to write 3080 (0xc08) bytes to stm32 address: 134217728 (0x8000000)
|
6 | EraseFlash - Sector:0x0 Size:0x4000
|
7 | Flash page at addr: 0x08000000 erased
|
8 | 2014-11-24T16:05:55 INFO src/stlink-common.c: Finished erasing 1 pages of 16384 (0x4000) bytes
|
9 | 2014-11-24T16:05:55 INFO src/stlink-common.c: Starting Flash write for F2/F4
|
10 | 2014-11-24T16:05:56 INFO src/stlink-common.c: Successfully loaded flash loader in sram
|
11 | size: 3080
|
12 | 2014-11-24T16:06:36 ERROR src/stlink-common.c: flash loader run error
|
13 | 2014-11-24T16:06:36 ERROR src/stlink-common.c: run_flash_loader(0x8000000) failed! == -1
|
14 | stlink_fwrite_flash() == -1
|
Wie kann ich das Board retten?