Hello,
I'm writing an application on the CLA (28375D), on core 2. I've noticed, when debugging (F6 after an __mdebugstop()), that some of the for-loop indices are being skipped, and I'm looking for any clues why.
For instance, here are my for-loops:
for the first for-loop, it will enter with idx_chan = 0, as expected and then go to the next for-loop. However, even though that should go from 0 to 3 (i.e. NUM_SAMPLES_PER_IRQ_PER_CHANNEL), it will only do the first iteration, and then go back to the idx_chan for-loop. It seems to skip 1, 2, 3.
Any comments or suggestions greatly appreciated.
Robert
