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

Tickless FreeRTOS in SDK 10.0 + App_Uart

I am testing the freertos port, based on the hrs example in the new SDK 10.0. I have run into an issue while using the uart during long transmission sequences (where the fifo is filled). It appears that the interrupt is being disabled when entering tickless mode, but the "uart ready" event never fires after this occurs. Disabling tickless mode causes the system to run properly. I tried to increase the priority of the uart interrupt, but this did not resolve the problem. Any ideas?

Related