Update README upstream
authorJerry Jacobs <xor-gate@users.noreply.github.com>
Thu, 26 May 2016 15:12:20 +0000 (17:12 +0200)
committerJerry Jacobs <xor-gate@users.noreply.github.com>
Thu, 26 May 2016 15:12:20 +0000 (17:12 +0200)
Related to https://github.com/texane/stlink/issues/356

README

diff --git a/README b/README
index 8fc282bc5dd427d42133b4146c2a4f0b051e94a8..fc2231854034e3a40582c336f59da8d65fd49477 100644 (file)
--- a/README
+++ b/README
@@ -236,6 +236,21 @@ STLink v2-1 (as found on the Nucleo boards), known working targets:
 
 Please report any and all known working combinations so I can update this!
 
+## Known bugs
+
+### Sometimes flashing only works after a mass erase
+
+There is seen a problem sometimes where a flash loader run error occurs and is resolved after mass-erase
+of the flash:
+
+```
+2015-12-09T22:01:57 INFO src/stlink-common.c: Successfully loaded flash loader in sram
+2015-12-09T22:02:18 ERROR src/stlink-common.c: flash loader run error
+2015-12-09T22:02:18 ERROR src/stlink-common.c: run_flash_loader(0x8000000) failed! == -1
+```
+
+Issue(s): [#356](https://github.com/texane/stlink/issues/356)
+
 ## Contributing and versioning
 
 * The semantic versioning scheme is used. Read more at [semver.org](http://semver.org)