Is there a way to check the N2HET flags that get set during execution of instructions in code composer?
For example, I have a branch condition that is dependent on the Zero flag being set, which, as far as I know, should be set via the previous 'ADD' instruction that I have setup, however, the condition is not being satisfied.
I have read over SPNU503C and it looks as though the flag should be set if the intermediate result register ( IR1 ) is zero (which it is, as the summation into IR1 involves ZERO and an empty data field). If I can't see the flags during debugging with CCS, is there a different way to go about debugging the instructions/flags?
Hope this makes sense.
Best,
-Nate