Part Number: TMS320F28379D
Hello guy,
I'm using Matlab Simulink to programming the TMS320F2879D Launchpad.
I use the Interrupt function and wanna know how much time the interrupt takes. How can I see it ?
Best regards
Kevin
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: TMS320F28379D
Hello guy,
I'm using Matlab Simulink to programming the TMS320F2879D Launchpad.
I use the Interrupt function and wanna know how much time the interrupt takes. How can I see it ?
Best regards
Kevin
Hello
A Matlab expert will assist.
Best regards
Chris
Hi,
You can use GPIO blocks inside the ISR. ISR logic can be a subsystem. Now right click on each of these blocks and set the priority such that beginning and end of the ISR code we have GPIO code to toggle an output. We can measure this toggle time on a DSO.