Other Parts Discussed in Thread: SYSBIOS
Hello,
I want to analyze interrupt blocking times in the kernel during application run-time. Let it be either due to task switches or other kernel functions with critical sections. I guess that we cannot do a formal analysis in TI-RTOS, so my idea is, to watch an application for a certain amount of time and monitor the execution time spent between Hwi_disable() and Hwi_restore().
Is that possible with on-board tools in TI-RTOS/CCS and without hacking the Hwi module? I've tried the system analyzer, but I could not find this particular information. I'm using CC13xx/CC26xx.