Skip to content

Commit

Permalink
Add documentation about the checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
chenguokai committed Apr 13, 2020
1 parent 6515e57 commit a1dd735
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,11 @@ want to disassemble the code at 0x20000000, use:\
(gdb) disassemble 0x20000001
```

Checksum of binary file
-----------------------

When flashing a file, the checksum of which is calculated, both in md5 and the sum algorithm used by ST's official tool. The detail of sum algorithm can be found in [https://www.st.com/resource/en/user_manual/cd00262073-stm32-stlink-utility-software-description-stmicroelectronics.pdf](https://www.st.com/resource/en/user_manual/cd00262073-stm32-stlink-utility-software-description-stmicroelectronics.pdf).

References
==========

Expand Down

0 comments on commit a1dd735

Please sign in to comment.