Hi everyone. I'm programming the nRF52 custom board with the following figure - my application is based on ble_app_uart example. The custom board turned on and worked normally for the first time. When I turn off the power to the board and turn it back on, it never worked. In the custom board, I used an external crystal, and I didn't have a RESET button. I was trying to update some parameters regarding the external crystal in config.h file. However, it didn't work neither.
I tried to debug it with J-Link (I powered the custom board even the LED doesn't indicate it's advertising). The following is its error:
With the same setup, I used nRF52 Dev KIT instead - unless I press RESET button, it will work again.
The following image is the schematic for my custom board. Hope to receive any suggestions regarding this issue. Thanks!