2021-08-11 07:29 AM
Hi,
I want to check if there is a message sent from the backend task in every tick event. I am using a freertos queue to send/receive messages. I am wondering whether the handle tick event function is called in an interrupt callback. I need to use the proper queue API.
Thanks in advance.