Hello,
I am using nordic development kit nrf51822 and i was trying some examples of it as given. But in that in one example there is one function
static void gpiote_init(void)
and in this function statement is :
*(uint32_t *)0x40000504 = 0xC007FFDF; // Workaround for PAN_028 rev1.1 anomaly 23 - System: Manual setup is required to enable use of peripherals
My question is what does this statement means?