I would like to switch to using libUARTE for both of my UARTs but I don't have any additional timers free. Is it possible to do this and use FreeRTOS timers?
Thanks,
Darren
I would like to switch to using libUARTE for both of my UARTs but I don't have any additional timers free. Is it possible to do this and use FreeRTOS timers?
Thanks,
Darren
Hi Darren,
There is no native support for FreeRTOS timers in libUARTE, however it does have support for app_timer if you are using that in your application. Note that the FreeRTOS implementation of app_timer is missing some of the functions used by libUARTE, and needs to be implemented. This post may help.
Best regards,
Jørgen
Hi Darren,
There is no native support for FreeRTOS timers in libUARTE, however it does have support for app_timer if you are using that in your application. Note that the FreeRTOS implementation of app_timer is missing some of the functions used by libUARTE, and needs to be implemented. This post may help.
Best regards,
Jørgen