-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Guillaume Revaillot
committed
Oct 3, 2018
1 parent
87e5c37
commit 17e37e2
Showing
1 changed file
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
# stm32flash-util | ||
Java based library to talk to stm32 UART bootloader following [AN3155](https://www.st.com/resource/en/application_note/cd00264342.pdf) | ||
# stm32flash-lib | ||
Java based library to talk to stm32 UART bootloader following [AN3155](https://www.st.com/resource/en/application_note/cd00264342.pdf) protocol, and [AN2606](https://www.st.com/resource/en/application_note/cd00167594.pdf) notes. | ||
|
||
See [stm32flash-util](https://github.com/grevaillot/stm32flash-util) for usage. | ||
|
||
## Notes: | ||
|
||
- Make sure that your UART interface is configured as specified in AN3155 - with proper parity setting. | ||
- Device table is taken from [stm32flash](https://sourceforge.net/projects/stm32flash/) project. | ||
- Currently, only binary firmware files are supported. | ||
|
||
## Tested Devices: | ||
|
||
- Project has not been tested against much devices (basically only F0, F1, L0, L1 devices). | ||
Project has not been tested against much devices, basically only F0, F1, L0, L1 devices, specifically (non exhaustive list): | ||
|
||
- stm32f042x4, stm32f030xC, stm32f091xC | ||
- stm32f100x6, stm32f103x6 | ||
- stm32l151xC | ||
- stm32l072xC | ||
- stm32f042x4, stm32f030xC, stm32f091xC | ||
- stm32f100x6, stm32f103x6 | ||
- stm32l151xC | ||
- stm32l072xC |