20 lines
166 B
Markdown
20 lines
166 B
Markdown
# Falling sand on the STM32F411CE
|
|
|
|
## Building
|
|
Run
|
|
```sh
|
|
make build
|
|
```
|
|
|
|
## Probe for the board
|
|
Run
|
|
```sh
|
|
st-info --probe
|
|
```
|
|
|
|
## Flashing
|
|
Run
|
|
```sh
|
|
make flash
|
|
```
|