Hello,
I have a question on how system analyzer generates it's time stamps. It appears that one of my interrupt functions is taking 5ms to complete, if I believe the micro-second units in the log. Granted my code isn't great, but it shouldn't be that slow. This is running on a C6472 with a 625MHz system clock.
I have tried changing the cycles per tick in the endpoint setup in code composer, but putting in 6 to match the timer tick rate in comparison to the core clock in the C6472 device did not take. It always comes back as 1 when I open that config again.
Thanks