can i genrate milliseconds using nrf calendar example?? that is only printing upto seconds i want milliseconds too??
can i genrate milliseconds using nrf calendar example?? that is only printing upto seconds i want milliseconds too??
Hi again
The return_time = m_time + CAL_RTC->COUNTER / 8; function stores the current timestamp in seconds. If you want to edit this to store in milliseconds instead, you will have to use the TIMER peripheral instead, as the RTC is not accurate enough to count milliseconds.
Best regards,
Simon
power consumption is important to me is any any alternate way to get milli seconds
power consumption is important to me is any any alternate way to get milli seconds