I have a question about TI-RTOS (SYS/BIOS) mailboxes.
When the processing load was high, there was a behavior that was suspected to be missed when exchanging messages when sending and receiving mailboxes.
It is not possible to determine simply whether the message sent is delayed due to the high processing load, or whether the transmission / reception is missed.
As for the operating environment, the task with priority 31 is running with a CPU occupancy rate of 50% or more, the priority of the task to send a message is 30, and the priority of the task to receive is changed from 18 to 30 with Task_setPri. It will be the environment. In this environment, I received only about half of the messages I sent.
Can TI-RTOS miss messages? Or is it just that the behavior is hampered by high priority tasks?
Best Regard.