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

Lowest possible time resolution of App Timer with FreeRTOS?

Hi, I am trying to implement app_timer library with FreeRTOS. Based on my testings, it seems that app_timer_start() under app_timer_freertos.c has the lowest time resolution of ~1ms. (1 tick change = ~1ms change).

I would like to clarify if there is a way to get 0.1ms or better resolution while using app_timer with FreeRTOS?

Parents Reply Children
No Data
Related