Hi,
I am using the TMS570 Microcontroller Development Stick, with a TMS570LS20216 MCU (ASPGEQQ1).
I am using the Demo_Software_Ver1_1.
I am trying to run the CCM_R4_Compare test, by typing in *DO0514! from the terminal.
This goes into esm_test and then into CCM_R4_Compare, but the interrupt (esmHighLevelInterrupt) does not seem to go off. The code therefore gets stuck at the line
/* Waiting for interrupt ESM Interrupt flag */
while(!ESM_High_Int_Flag);
Any ideas what might be wrong?
I have enabled IRQ and FIQ interrupts and I have enabled the interrupt in the VIM.
Regards,
Dave