I am working in a Project with autosar 4.3. I am refering to an old version of the project where I can find that in a SW_C it is created a Task and using some OS primitive on it!
is it safe or allowed in the autosar SW application component to define /configure task in this level? Tasks should not be defined in the level of the RTE? example:
TASK (diagQueuedJob)
{
...
OSwaiteven();
OSgetevent();
....
}
Thanks for explanation