This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

LFCLKSTAT status

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

Parents Reply Children
No Data
Related