My IoT implementation with STM32F0 and nRF24L01.
- Install GNU Tools for ARM Embedded Processors. And execute
make
to compile the code. - For Linux and OS X, clone this repo, follow the instructions on that page and install st-util to your system.
- Execute
make flash
to download the binray to a STM32F0 target via ST Link.