I'm getting OS_STATUS_LIMIT error in OS trusted Task.Anyone can help me out with this issue
OS task configuration as below:
Task Name : BswTaskTrustedTask activation :1 Task Priority : highTask Schedule: FULLTask Stack Sharing : FALSETask Stack Size [Byte] :200Task Type:EXTENDEDTask Uses Fpu : FALSETask Accessing Application :core0Event ref :Rte_Ev_Cyclic_BswTaskTrusted_0_10ms, Rte_Ev_Cyclic_BswTaskTrusted_0_2ms
The issue of OS_STATUS_LIMIT coming while I'm requesting two different event continuously. Can someone suggest the solution of this issue?
Already the task type is extended, priority is high, but doubt is with Event.
How to fix this issue?
stack logenter image description here