Hi:
I noticed, P0.18 P0.19 P0.21 P0.22 P0.23 P1.00,recommended as QSPI.
nrf_gpio_cfg_output(NRF_GPIO_PIN_MAP(0,22));
nrf_gpio_pin_set(NRF_GPIO_PIN_MAP(0,22));
There is no way to raise the P0.22 pin using this code.
But my own board must use P0.22 as a normal GPIO. What should I do to control these IO ports?
sdk version: 15.0
Best,
ching