Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

Not able to run a simple blinky application on nrf5340DK with zephyr

Hi

I'm evaluating the nrf5340dk devboard and are building a simple application on top of zephyr. I'm using Cmake and ninja on Ubuntu. The code builds and I'm able to flash the board, but nothing happens with the LED.
I've commented out MCUboot from config file to just build and flash the application.

When I look at the .hex file there is an offset of 0x200, not sure if that's correct or something wrong with the build system.
IMO the start address of the code should be at 0x0000 0000 when no bootloader is used. 
Could that be the issue that the reset vector is located at wrong address? How to change that in the configuration?

BR

Related