OSEK / AUTOSAR: CURRENTTASK and CURRENTISR are given as pointers

27-May-2024

All OSEK AUTOSAR implementations include structures that describe the current state of the OS (current task, current ISR...). This structure is placed in a fixed memory location and it's address needs to be known in advance to trace it. ORTI generators often specify a pointer to this structure, which can easily be followed by OS awareness plugins, but unfortunately can not be directly traced. 


Possible solution

Refer to winIDEA Help for detailed information.

    Was this answer helpful?