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.

PMSM3_4 例程问题



使用2812 驱动永磁同步电机 使用PMSM3_4例程在main函数里

while (EnableFlag==TRUE)
{
BackTicker++;
}

这个死循环是哪里修改 EnableFlag的值,我看初始默认是EnableFlag = false;