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.
工具与软件:
以下是我用汇编语言编写的代码。 在生成过程中会产生许多错误。 我附上图片以了解这一点。
请提供任何解决方案。
_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);
}
尊敬的 Lalit:
此问题是否与以下线程有关: