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?