Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Related to #356
  • Loading branch information
xor-gate committed May 26, 2016
1 parent 486cc10 commit f4991d8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f4991d8

Please sign in to comment.