Forum Discussion
Altera_Forum
Honored Contributor
14 years agoMicro C/OS-II realtime response measurement
HI, may i know anyone know how to show, or measure the response time for each tasks, including the interrupt as well. I'm using Nios II embedded evaluation board so any idea or method to used to meas...
Altera_Forum
Honored Contributor
14 years agoHi jayze_ng,
I've done something like you want with Oscilloscope. Start synchro on INT event and show a change output pin of FPGA on the second curve. And done it several times to have good statistics. The INT in my software set a flag and another task is OSflagPending this flag. Hope it helps you. bvincent1