I'm using nRF52+SDK11.0.0+s132. In the ble_hrs PCA10040 example, the following are defined:
BLE_STACK_SUPPORT_REQD BOARD_PCA10040 NRF52_PAN_12 NRF52_PAN_15 NRF52_PAN_20 NRF52_PAN_30 NRF52_PAN_31 NRF52_PAN_36 NRF52_PAN_51 NRF52_PAN_53 NRF52_PAN_54 NRF52_PAN_55 NRF52_PAN_58 NRF52_PAN_62 NRF52_PAN_63 NRF52_PAN_64 CONFIG_GPIO_AS_PINRESET S132 NRF_LOG_USES_UART=1 SWI_DISABLE0 NRF52 SOFTDEVICE_PRESENT
I couldn't find NRF52_PAB_xx being used in the code. What are these? Also, if I'm not using pin21 for reset, all I need to do is remove CONFIG_GPIO_AS_PINRESET from the defines and I can use pin21 as a GPIO?