I am trying to assess the nRF5340 on its DK dev kit (PCA10095) and considered flashing a LED the simplest first step to check the development tools and the debugger. Despite the simplicity of the idea, I never see any LEDs flashing.
I used the NRFconnect for within VSCode to create a new application and base it on the blink sample already available.
I set the board to be nRF5340 and be optimised for debugging in the Build configuration.
When the application is built it takes a while but it reports two problems:

I assume the second isnt a serious problem given its blue (i) icon next to it, but the first is more concerning.
If I use nRF KConfig GUI to enable this 'coredump' feature, even when I have enabled this error still persists and this maybe due to not all the Kconfig entries being filled in correctly

Q what should these entries marked "(empty)" be entered as?
Curiously despite these 'problems' with the build it is still possible to flash something onto the nRF5340DK which gets stuck calling arch_irq_lock()
In the meantime I will keep trying things to get this simple code to work, but its surprising something so simple wont work on a dev kit



