Part Number: AM6421
Tool/software:
Hi TI expert,
In my usage scenario, there's an accurate high frequency interrupt, which is expected to be executed in 12KHZ frequency.
I found if I added a loop call 'DebugP_log' , there's possibility that this 12KHZ ISR would delay to enter.
I config the 'Debug Log' like following screenshot, I believe log would be output to 'CCS log'.

So I suppose there would be an action to 'disable interrupt' inside of 'DebugP_log', right?
if it is true, we need avoid using this inside my whole application? Is there a solution to fix this?