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.

6678L的gel问题



我采用TI 6678L评估板和CCS5.1的开发平台,GEL文件也是下载最新的,但是下载程序的时候,总是提示如下:

C66xx_0: GEL: Error calling OnPreFileLoaded(): identifier not found: ControlRegisters_IER at ControlRegisters_IER=0 [evmc6678l.gel:630] at OnPreFileLoaded()

C66xx_0: GEL Output: Disable all EDMA3 interrupts and events.

C66xx_0: GEL: Error while executing OnRestart(0): identifier not found: ControlRegisters_IER at ControlRegisters_IER=0 [evmc6678l.gel:810] at OnRestart(0) .

然后 我查看了一下GEL程序,发现ControlRegisters_IER在程序中没有定义,因此会出现上面这个错误提示。

虽然,这个错误不会影响程序的下载和运行,但是我想咨询是:上面的错误提示是因为我的GEL文件不是最新的,还是GLE本身的BUG。

恳请专家指导,谢谢!