X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=README;h=fc2231854034e3a40582c336f59da8d65fd49477;hb=refs%2Fheads%2Fupstream;hp=8fc282bc5dd427d42133b4146c2a4f0b051e94a8;hpb=486cc10c7081b8c85e8b8a1c8f70a6f178768e0c;p=fw%2Fstlink diff --git a/README b/README index 8fc282b..fc22318 100644 --- 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)