The build completed with errors. I can't find where the error is
Thank you for the trouble.
The build completed with errors. I can't find where the error is
Thank you for the trouble.
Hello,
On the nRF52840 DK, P0.0 and P0.1 are connected to the 32KHz crystal: 32.768 kHz crystal. If you must use these pins, you need to short SB4 and SB3, cut SB1 and SB2, then change the LF clock source to the internal RC oscillator in your FW by adding CLOCK_CONTROL_NRF_K32SRC_RC=y to your prj.conf.
Best regards,
Vidar
If I want to enable other gpio, are there any other recommended pins to use?
P0.26 and P0.27 should fine. Note that the silkscreen on the backside of the boards show which pins are being used by the board for LEDs, buttons, etc.
P0.26 and P0.27 should fine. Note that the silkscreen on the backside of the boards show which pins are being used by the board for LEDs, buttons, etc.
thank you.but I encountered new difficulties