I want to read the status of LFCLK,but I find that ,the value I have readed is awayls zero! my code is follow : LFCLK_State = ((NRF_CLOCK->LFCLKSTAT) >> 16) & 0x00000001; printf("LFCLK_State:%u\r\n",LFCLK_State);
Is there any mistake here?
thanks and best regards