using CMSIS header files for a bare-metal program

i am writing an absolutely minimal "bare-metal" application for the nRF54L05 -- one that doesn't use the zephyr kernel or drivers....

all i really need at this time are the CMSIS header files specific to this SOC....

looking through the SDK, i find these files in a variety of places....

moreover, these header files ultimately include "devicetree.h" and other zephyr files....

in past SDKs, all of these files would often sit within a single `include` folder; now they are scattered widely....

any suggestions on how i can pull together the minimal set of CMSIS headers need to turn-on an LED -- and nothing else??? 

Parents Reply Children
No Data
Related