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.

66AK2H06: postpone print function in interrupt code

Part Number: 66AK2H06

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