Bare metal programming on the nRF9160

I have purchased the nRF9160 Development Kit and are just getting started with the device and the nRF Connect SDK.

I intend to use the supplied LTE-M modem firmware for my project along with my own application firmware. However, it seems like all the samples included in the SDK needs the Zephyr real-time OS in order to work.

Is it possible to do bare metal programming on the nRF9160 like I did with the nRF52840 and basically all microcontrollers I have programmed before?

I searched quite a bit in the files included with the SDK, and I found no samples with a linker script and traditional makefile for GCC, and I have no idea which headers to include in order to access registers in a convenient way.

Thanks in advance Slight smile

Related