Receive packages

Hello!
I work with Q2687RD, OpenAT 6.35. I am using FCM_UART1.
I receive data from the external device packages by 100 bytes in Rx internal buffer
by polling through the minimal tic 18,5 ms. Whether can I reduce somehow this time interval up to 5 ms?

Hi,

You can use the TCU service to get which has resolution time upto 1 ms.
You can refer the following post :
[url]https://forum.sierrawireless.com/t/timer-with-period-1-ms/5223/1]

Tanks for help!
When I start the program timer adl_tmrSubscribe (FALSE, 1, ADL_TMR_TYPE_TICK, (void *) tmr_answer_handler), I can process data from the receiver buffer
on the period of its work . At work with TCU - I can’t enter in DataHandler !