What is the UICR setting in nrf51822,S110?
Currently, when I develop with nrf51822,S110, the UICR area is 0xFF.
I want to set the UICR as follows, is there any way to set it?
I'm using keil as my development environment.
CLENR0 : 0x18000
XTALFREQ : 0x00
By the way, I was able to change XTALFREQ in SystemInit in system_nrf51.c, but I couldn't change CLENR0 even though I implemented it in the same way.