You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In function "gpio_init(gpio_t *obj, PinName pin)" will check the pin: MBED_ASSERT((uint32_t)pin < GPIO_PIN_COUNT); (void) nrf_drv_gpiote_init();
The pin A5 is P0_31(31), if I use A5 as DigitalOut mode, it will printf "mbed assertation failed: (uint32_t)pin < GPIO_PIN_COUNT, file: /extras/mbed-os.lib/hal/targets/hal/TARGET_NORDIC/TARGET_NRF5/gpio_api.c, line 68 "