This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

freertos RTC issue in port_cmsis_systick.c

Hello,

Ported my FreeRTOS application on NRF52 from SDK 12.2.0 to SDK 13.0.0 .My application is using freertos apptimer for timestamping and waking up of device which was working without any issues on SDK 12.2.0,but on SDK 13.0.0 device was stuck insider RTC driver loop and device is not waking up. After replacing port_cmsis_systick.c with file from SDK 12.2.0 this issue is fixed. Can please let me know do we have any issues with RTC in port_cmsis_systick.c in SDK 13.0?

Related