hi,
I'm new to AURIX. I've tried implementing an SPI communication using AURIX as my master.
I'm facing issues that my tasks are not getting called in mentioned time.
There are various tasks in my OSTask.c like ostask_5ms(), ostask_10ms(), ostask_20ms(), etc. and it is expected that they should be called within mentioned time i.e ostask_5ms() in 5 milliseconds .
But it is observed that all these tasks are being called after 42 to 45 sec.
Also there is no function of 42sec or 45 sec.
Can anyone help me out where the issue is?
I'm new to AURIX. I've tried implementing an SPI communication using AURIX as my master.
I'm facing issues that my tasks are not getting called in mentioned time.
There are various tasks in my OSTask.c like ostask_5ms(), ostask_10ms(), ostask_20ms(), etc. and it is expected that they should be called within mentioned time i.e ostask_5ms() in 5 milliseconds .
But it is observed that all these tasks are being called after 42 to 45 sec.
Also there is no function of 42sec or 45 sec.
Can anyone help me out where the issue is?