Hi all,
I am not sure if CorePac has this feature. Could anyone provide the suggest?
for example,
I have a code run in the interrupt
interrupt_code
{
...............
.............
...............
print (variable 0 status)
............
print (variable 1 status)
-----------
}
there are some print function for engineer to debug in this interrupt code.
How do I postpone those print function? when the interrupt finishes, dsp executes those functions with correct contents immediately?
Thanks