Hello!
I am having troubles with my custom board using BL5340 from Ezurio. I have tried to flash it via my nrf5340 Audio DK but realized it doesnt support external Flashing. Then i got my Hands on a nRF52dk v1.2.4 which has the option to use the J-Link as external Programmer, however it cannot get it to flash my BL5340. In my Understanding when VTref senses my 1.8V Supply voltage it should be able to output accordingly. But i always get the error: Could not connect to the target device.
Here is how i Connected everything:
| nrf52dk | BLE5340 |
| EXT VTG | 1.8V |
| SWDIO | SWDIO |
| SWDCLK | SWDCLK |
| RESET | RESET |
| GND DETECT | GND |

Flashing Attempt Log:
Connecting to target via SWD
ConfigTargetSettings() start
ConfigTargetSettings() end - Took 6us
InitTarget() start
InitTarget() end - Took 219ms
Connect fallback: Reset via Reset pin & Connect.
ConfigTargetSettings() start
ConfigTargetSettings() end - Took 5us
InitTarget() start
InitTarget() end - Took 220ms
Error occurred: Could not connect to the target device.
I have also seen other Tickets stating the nrf52dk cannot flash its successors, and other Tickets saying its no Problem.
There also might be an Issue with my PCB but every Net seems fine and it currently doesnt even have any peripherals connected.
Additionally i tested it by using a 3.3V Domain on my PCB and had the same error.
One more Question: If i buy a Segger Link Edu Mini can this debugger just flash my PCBs directly using 1.8V or are there other Problems.
Thanks for your Help!