A very simple example for the Nordic nrf52832 or nrf52840 microcontroller. For a more detailed description, see:
https://salexander.github.io/nrf52-minimal-c/
Dependencies:
The logic for building the project is in the Makefile. With GNU Make and the GNU ARM Embedded Toolchain, you can build the binary with:
make
If you have Docker installed, you can build the example and flash to an NRF52 Development Kit board with:
./build_and_flash.sh