Tool/software:
C2800 is in a loop blinking an LED. ADC and PWM are running, ADC triggers CLA task 1. All other code has been removed for troubleshooting.
CLA task 1 increments a counter.
C2800 branches to illegal operation ISR when CLA task 1 exits.
If I debug the CLA, C28 will continue to run (LED continues to blink) while CLA is paused but will branch to illegal operation ISR as soon as task 1 is completed. If CLA task 1 is disabled in the CLA init code, C28 runs without branching to illegal operation.
What could cause this problem?
Thanks