I’m using the nRF9151-DK Evaluation Board. Normally, I connect the board to PC via USB — for programming/debugging
However, since I’m preparing for production testing, I need to check how the controller behaves without the USB cable connected.
So, I connected an external power supply to the board (instead of powering it from USB), and in the beginning everything functioned properly with this setup
But when I disconnect the USB cable, the controller stops working.
Question 1:
How can I configure the nRF9151-DK so that it keeps running from an external power supply only, without needing the USB cable connected?
During operation, I also connect external components via GPIO pins.
Question 2:
When the board is powered externally and the USB connection is not used, how are the GPIOs powered?
Do I need to supply VDD_GPIO separately in this case?