This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28069: TMS320F280034

Part Number: TMS320F28069

Tool/software:

Below is my code in assembly language. During build there were many errors created. I've attached picture to understand that. 

Please provide any solution.

__interrupt void INT_AC_PWM1_ISR(void)
{

asm("VMOV32 @ACC, *(0:0x7f08)");
asm("ORB AH, #0x80");
asm("VMOV32 *(0:0x7f08), @ACC");

EPWM_clearEventTriggerInterruptFlag(AC_PWM1_BASE);
Interrupt_clearACKGroup(INTERRUPT_ACK_GROUP3);

}