I'm trying to understand how interrupt profiling configuration of hardware trace analyzer in CCS works on an example code.
In this example, Timer A0 and Timer A1 are configured with the same settings (up mode is selected, both TA0CCR0 and TA1CCR0 are set to the same value).
I explicitly put a delay loop into TA1_0_IRQHandler to show that if interrupts are overlapped (while one is served and the other is pending).
However, I never saw such a situation from the data captured over serial wire debug port.
Did I make a mistake inside my code or serial wire debug interface is not capable of such things (i.e., the capture rate is not fast enough)?
(Please visit the site to view this file)
(Please visit the site to view this file)