Hello, when trying to program a custom board with an NRF52805 with a J-Link from SEGGER Studio using one of the examples for the board "nrf52dk_nrf52805", I get an error saying "Failed to write memory" when it uploads.
If I try to upload the hex file using the NRF programmer and then I attach the debugger manually, it works as expected.
Therefore, I think that SEGGER studio is trying to upload the code to an NRF52840 NRF52832 (which emulates the NRF52805 in the nrf52-DK).
How can this be fixed?