Part Number: TMS320F28379D
Hi all,
I have compiled my code with Flash_Debug & is working fine. But with Flash Standalone is not running. I am using both the cores(CPU1 & CPU2).
Blinky code from C2000Ware is working fine with Flash StandAlone.
What i have observed is after enabling the timer interrupt the code is not running, otherwise it will run without any issues.
IER |= M_INT1;
PieCtrlRegs.PIEIER1.bit.INTx7 = 1;
If I enable timer then the respective core will stop running the code. If I comment the above lines the code will work.
I need timer0 & timer1 in CPU1 & also timer0 & timer1 in CPU2 as well for my application.
Please help me to resolve the issue.