This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to configure the P0.00 and P0.01,as general purpose I/O(SDK12,52832)

I want to use the P0.00 and P0.00, as general purpose I/O. Can I do ?

Parents
  • I heavily recommend you to use other GPIO pins if you have the opportunity. Using the external 32 kHz crystal will give you much lower average current consumption than using the RC oscillator.

    Anyways, here is a link showing the SB1,SB2,SB3 and SB4.

    For using the RC oscillator, you need to use NRF_CLOCK_LF_SRC_RC as a clock source. You normally do this in the function ble_stack_init()

Reply
  • I heavily recommend you to use other GPIO pins if you have the opportunity. Using the external 32 kHz crystal will give you much lower average current consumption than using the RC oscillator.

    Anyways, here is a link showing the SB1,SB2,SB3 and SB4.

    For using the RC oscillator, you need to use NRF_CLOCK_LF_SRC_RC as a clock source. You normally do this in the function ble_stack_init()

Children
Related