Skip to content

Commit

Permalink
Update to boards documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztof-cabaj committed Jan 22, 2022
1 parent 38eb9a2 commit ec4365e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions boards/nucleo-l552ze-q/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

## Flashing the device

### Flashing the Board Using OpenOCD

The ST Nucleo-L552ZE-Q board includes an on-board ST-LINK programmer and can be
flashed using OpenOCD.
@note The upstream version of OpenOCD doesn't contain yet support for this board,
Expand Down Expand Up @@ -34,6 +36,18 @@ and debug via GDB by simply typing
make BOARD=nucleo-l552ze-q debug
```

### Flashing the Board Using ST-LINK Removable Media

On-board ST-LINK programmer provides via composite USB device removable media.
Copying the HEX file causes reprogramming of the board. This task
could be performed manually; however, the cpy2remed (copy to removable
media) PROGRAMMER script does this automatically. To program board in
this manner, use the command:
```
make BOARD=nucleo-l552ze-q PROGRAMMER=cpy2remed flash
```


## Supported Toolchains

For using the ST Nucleo-L552ZE-Q board we recommend the usage of the
Expand Down

0 comments on commit ec4365e

Please sign in to comment.