From: Jerry Jacobs Date: Thu, 26 May 2016 15:12:20 +0000 (+0200) Subject: Update README X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=refs%2Fheads%2Fupstream;hp=486cc10c7081b8c85e8b8a1c8f70a6f178768e0c;p=fw%2Fstlink Update README Related to https://github.com/texane/stlink/issues/356 --- 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)