README: fix typo

This commit is contained in:
King Kévin 2021-05-03 13:38:58 +02:00
parent d85d345ec4
commit 863fd744d7
1 changed files with 2 additions and 2 deletions

View File

@ -73,8 +73,8 @@ Note: I use my own DFU bootloader instead of the embedded bootloader because I w
The images can also be flash using SWD (Serial Wire Debug) in case the firmware gets stuck and does not provide USB functionalities.
For that you need an SWD adapter.
The `Makefile` uses a ST-Link V2 programmer along OpenOCD software (default), or Black Magic Probe.
To flash the `booltoader` using SWD run `rake swd_booloader` (this will also erase the application).
To flash the `application` using SWD run `rake swd_aplication` (or `rake swd`).
To flash the `bootloader` using SWD run `rake swd_bootloader` (this will also erase the application).
To flash the `application` using SWD run `rake swd_application` (or `rake swd`).
To erase all memory and unlock read/write protection, run `rake remove_protection`.
debug