qn9080-001-m17 wirelessuart periodictimer nxf53124
Hi Devs,
Sorry for my bad English
I've been trying to get some data from the qn9080 and send it through wireless uart. But in the sample program minimum timer interval i can give to acquire data is 15ms. But I'm looking for data acquisition for the time interval of@ 2ms. Then i tried creating another task in fsl-os-abstraction layer with which i also need to introduce a timer to the task. Which i'm unable to do so.
I went through the framework manual and came to know that there are some function for my use which was unavailable in my qn908 sdk which are
osaTimerId_t OSA_EXT_TimerCreate (osaTimerDef_t *timer_def, osaTimer_t type, void *argument);
osaStatus_t OSA_EXT_TimerStart (osaTimerId_t timer_id, uint32_t millisec);
Can anyone help me to find the declaration of the above functions or any alternative to introduce timer to the os-abstraction layer?
I'm using bareMetal project for Wireless Uart
A big thanks in Advance!!!