# Falling sand on the STM32F411CE ## Building Run ```sh make build ``` ## Probe for the board Run ```sh st-info --probe ``` ## Flashing Run ```sh make flash ```