Hi,
We use a SWI based architecture (No TSKs) and we are interested in gathering info on our "thread" of execution. I see that there is a BIOS HOOK "call switch" function but it seems to only support TSKs. Is there anything similar for SWIs? We can easily mark the begin and end of our SWI functions but if there is preemption, we really have no visibility as to when the preempted SWI begins to execute again, only when the preempted SWI ends.
We are using c55x and BIOS 3.33.
BTW we do not have the resources for RTA support libraries so we are looking for a lightweight implementation to get what we want.
Thanks in advance.