这个是TI的例程
PMSM: FOC Sensorless (Delfino F2833x)
编译的时候出现subscript out of range。然后执行的时候在
// Waiting for enable flag set
while (EnableFlag==FALSE)
{
BackTicker++;
}
一直在这个循环里,工程中有EnableFlag的定义,但是整个工程中都没有修改EnableFlag的地方。请高手指点一下。
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.
这个是TI的例程
编译的时候出现subscript out of range。然后执行的时候在
// Waiting for enable flag set
while (EnableFlag==FALSE)
{
BackTicker++;
}
一直在这个循环里,工程中有EnableFlag的定义,但是整个工程中都没有修改EnableFlag的地方。请高手指点一下。
启用实时模式Enable realtime mode调试时出现以下错误提示,字面上的意思是说我的XDS100有问题。因为是新手对这个平台不太了解,还请指教一二。
C28xx: Error connecting to the target: (Error -151 @ 0x0) One of the FTDI driver functions used during the connect returned bad status or an error. The cause may be one or more of: no XDS100 is plugged in, invalid XDS100 serial number, blank XDS100 EEPROM, missing FTDI drivers, faulty USB cable. Use the xds100serial command-line utility in the 'common/uscif' folder to verify the XDS100 can be located. (Emulation package 6.0.83.1)