I'm trying to get into designing with the nRF5340. The test board I'm using is Raytech's MDBT53V-DB, which has no programmer on it, but does have the 10 pin J-Link connector.
I have an older nrf51 Development kit (PCA10028), I updated the J-Link firmware on it, and I'm using the debug port to connect to the MDBT board.
Using VS-Code and the latest NRF Connect SDK 2.5.0, I attempted to program the Blinky example on to the board (I know the LEDs are mapped differently) but get an error trying to flash the test device. I think it's due to memory locking, but also there is a warning that the J-Link interface I'm using won't support debugging.
So, I guess I have two questions:
1. Do I need a new DK so I can debug this board?
2. Is the flashing problem solved with a new DK or do I still have to do something else to be able to flash from VS Code?
TIA