Tool/software: Code Composer Studio
Dear,
I wanted to see how long an interrupt routine takes to go through.
Which you apperently can check in disassembly:
Question:
What do the green numbers infront mean? (0000020a: and 0000020e:31)
When a number like 31 or 33 means a cycle is past? So for this interrupt 6 cycles past?
I use the tm4c129exl at 120MHz, so 1 cycle is then 1/(120*10^6)s?
Extra info:
Interrupt generated by a rising edge of a RS422 signal.
Used a breakpoint at the end of my interrupt
Already Thanks.
Arne