nRF Connect SDK/ startup files & interrupt vector table

Hi,

I'm trying to integrate https://github.com/nrfconnect/sdk-nrf in version v1.9.1 in my baremetal application (nRF5340 NET and APP CPUs). Where can I find the startup files and the interrupt vector table within NCS I could use for my application ? I was previously using the nrfx where under https://github.com/NordicSemiconductor/nrfx/tree/master/mdk I could find the files I asked about e.g. gcc_startup_nrf5340_application.S. So the general question is how does that work in NCS ?

BR,

Jaroslaw

Related