Hi Elfving,
No, i don't want to reserve the pin 0.18 (reset pin) for reset, so i undefined CONFIG_GPIO_AS_PINRESET. I want to use the pin 0.18 for another using.
I'm using nRF5SDK.
Regards,
Ceda
I see, I guess I misread your first post.
Could you run an erase-all or a recover, and see if that helps? This is being written to UICR, which won't be overwritten using for instance a "west flash".
Regards,
Elfving
Hi Elfving,
I tested "nrfjprog --recover" but the error still there.
CONFIG_GPIO_AS_PINRESET is undefined in my ide.

Regards,
Ceda
Hello again,
That is a bit odd. Could you try nrfjprog -e -f NRF52, and see if that gives the same result? If it does, could you run nrfjprog --readuicr uicrfile.hex, and send it to me?
Regards,
Elfving
I have the same result with "nrfjprog -e -f NRF52".
I'm sendind to you the uicrfile.hex.
Regards,
Ceda
There doesn't seem to be anything written to this UICR. And with it 0.18 is still functioning as a reset pin for you? In what way are you still seeing this being an issue?
Regards,
Elfving
Hi Elfving,
Thank you for your Help !
The pin 0.18 stopped functioning as a reset pin. But if i check the state with "nrf_gpio_pin_read" the status is still high. I think there is an interrupt on the pin that I can't find to disable it.
Regards,
Ceda
Hi Elfving,
Thank you for your Help !
The pin 0.18 stopped functioning as a reset pin. But if i check the state with "nrf_gpio_pin_read" the status is still high. I think there is an interrupt on the pin that I can't find to disable it.
Regards,
Ceda
Hi Ceda, sorry about the delay.
Could you tell me about your circuit and what you are trying to do? The pin might be in a float state.
Regards,
Elfving