nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ble_app_blinky
nrf_gpio_cfg_output(16);
nrf_gpio_pin_set(16);
nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ble_app_blinky
nrf_gpio_cfg_output(16);
nrf_gpio_pin_set(16);
I see that there is a documentation error in the nRF52810 product specification under the pin assignment for the QFN32 package. P0.16 is connected to pin number 13, not pin number 16, which is shown in the picture. Pin number 16 is the P0.21/nRESET pin.
Could this be the reason for the non-functioning GPIO?
If not, please post the schematics and PCB layout of your board for review.
I see that there is a documentation error in the nRF52810 product specification under the pin assignment for the QFN32 package. P0.16 is connected to pin number 13, not pin number 16, which is shown in the picture. Pin number 16 is the P0.21/nRESET pin.
Could this be the reason for the non-functioning GPIO?
If not, please post the schematics and PCB layout of your board for review.