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

Guru**** 2264380 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1382772/tms320f28069-tms320f280034

器件型号:TMS320F28069

工具与软件:

以下是我用汇编语言编写的代码。 在生成过程中会产生许多错误。 我附上图片以了解这一点。  

请提供任何解决方案。

_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);

}