I am having issues using port pin 1.00 on the 52840 as GPIO. It will just not toggle.
I can successfully use most other pins, even those on the higher port. For example P1.01, P1.02 etc etc.
To control the pins I am using the nrf gpio functions: nrf_gpio_cfg_output / nrf_gpio_pin_clear and nrf_gpio_pin_set, (the pin number being #32 in this case).
If I configure P1.00 to be used on a peripheral, say PWM then I do see some activity but the static levels are wrong, (it will not stay low). If I map another pin to the same PWM driver the levels are fine.
As far as I can tell the other pin functions of SWO and TRACE are not enabled. I have previously configured the pin successfully as SWO but this option is disabled in this case.