使用的版本是ccs5.2
使用的程序是ti例程,例程见附件,DSP281x_examples_ccsv4文件夹中的一个简单例程,项目名:Example_281xGpioToggle
硬件仿真没有问题,仿真运行结果与程序运行结果相符,但当我想把程序下载到2812芯片的时候就总是报错
比如:
C28xx: GEL: Error while executing OnReset(0): 'Unlock_CSM()' not found at Unlock_CSM() [r2812.gel:40] at OnReset(0) .
C28xx: GEL: Encountered a problem loading file: C:\Users\Administrator\Desktop\v120\DSP281x_examples_ccsv4\gpio_toggle\Release\Example_281xGpioToggle.out Could not open file
ERROR: The C2000v5.2.1 compiler, or any version compatible with it, is not currently installed! Please migrate the project to one of the supported compilers first.
查阅了很多资料,问题依然存在
考虑到ccs5.2不需要gel文件了,而我用的TI例程是过去版本,我估计是ccs5.2和gel文件之间出了问题,但一直找不出来,请各位高手多多指点。谢谢,谢谢
mangui zhang:
硬件仿真是在ram中运行的 烧写flash有问题
cmd更换了没有
搞不明白 啊 你的.OUT到底生成了没有?
使用的版本是ccs5.2
使用的程序是ti例程,例程见附件,DSP281x_examples_ccsv4文件夹中的一个简单例程,项目名:Example_281xGpioToggle
硬件仿真没有问题,仿真运行结果与程序运行结果相符,但当我想把程序下载到2812芯片的时候就总是报错
比如:
C28xx: GEL: Error while executing OnReset(0): 'Unlock_CSM()' not found at Unlock_CSM() [r2812.gel:40] at OnReset(0) .
C28xx: GEL: Encountered a problem loading file: C:\Users\Administrator\Desktop\v120\DSP281x_examples_ccsv4\gpio_toggle\Release\Example_281xGpioToggle.out Could not open file
ERROR: The C2000v5.2.1 compiler, or any version compatible with it, is not currently installed! Please migrate the project to one of the supported compilers first.
查阅了很多资料,问题依然存在
考虑到ccs5.2不需要gel文件了,而我用的TI例程是过去版本,我估计是ccs5.2和gel文件之间出了问题,但一直找不出来,请各位高手多多指点。谢谢,谢谢
zhiwei chen2:
回复 mangui zhang:
谢谢指点!
cmd没有修改,我把小锤子从debug切换到release,然后编译,就出现了7个类似错误,比如
Description Resource Path Location Typecould not open source file "DSP281x_Device.h" Example_281xGpioToggle.c /Example_281xGpioToggle line 33 C/C++ Problem
如果不切换到release就不报错
使用的版本是ccs5.2
使用的程序是ti例程,例程见附件,DSP281x_examples_ccsv4文件夹中的一个简单例程,项目名:Example_281xGpioToggle
硬件仿真没有问题,仿真运行结果与程序运行结果相符,但当我想把程序下载到2812芯片的时候就总是报错
比如:
C28xx: GEL: Error while executing OnReset(0): 'Unlock_CSM()' not found at Unlock_CSM() [r2812.gel:40] at OnReset(0) .
C28xx: GEL: Encountered a problem loading file: C:\Users\Administrator\Desktop\v120\DSP281x_examples_ccsv4\gpio_toggle\Release\Example_281xGpioToggle.out Could not open file
ERROR: The C2000v5.2.1 compiler, or any version compatible with it, is not currently installed! Please migrate the project to one of the supported compilers first.
查阅了很多资料,问题依然存在
考虑到ccs5.2不需要gel文件了,而我用的TI例程是过去版本,我估计是ccs5.2和gel文件之间出了问题,但一直找不出来,请各位高手多多指点。谢谢,谢谢
rookiecalf:
回复 zhiwei chen2:
在构建设定中看一下两个版本下的配置具体有什么不一样
使用的版本是ccs5.2
使用的程序是ti例程,例程见附件,DSP281x_examples_ccsv4文件夹中的一个简单例程,项目名:Example_281xGpioToggle
硬件仿真没有问题,仿真运行结果与程序运行结果相符,但当我想把程序下载到2812芯片的时候就总是报错
比如:
C28xx: GEL: Error while executing OnReset(0): 'Unlock_CSM()' not found at Unlock_CSM() [r2812.gel:40] at OnReset(0) .
C28xx: GEL: Encountered a problem loading file: C:\Users\Administrator\Desktop\v120\DSP281x_examples_ccsv4\gpio_toggle\Release\Example_281xGpioToggle.out Could not open file
ERROR: The C2000v5.2.1 compiler, or any version compatible with it, is not currently installed! Please migrate the project to one of the supported compilers first.
查阅了很多资料,问题依然存在
考虑到ccs5.2不需要gel文件了,而我用的TI例程是过去版本,我估计是ccs5.2和gel文件之间出了问题,但一直找不出来,请各位高手多多指点。谢谢,谢谢
user450161651:
除了.cmd文件,
还要看看编译器版本是否兼容,
编译器一般会随着CCS版本升级,
TI官网有编译器的版本
使用的版本是ccs5.2
使用的程序是ti例程,例程见附件,DSP281x_examples_ccsv4文件夹中的一个简单例程,项目名:Example_281xGpioToggle
硬件仿真没有问题,仿真运行结果与程序运行结果相符,但当我想把程序下载到2812芯片的时候就总是报错
比如:
C28xx: GEL: Error while executing OnReset(0): 'Unlock_CSM()' not found at Unlock_CSM() [r2812.gel:40] at OnReset(0) .
C28xx: GEL: Encountered a problem loading file: C:\Users\Administrator\Desktop\v120\DSP281x_examples_ccsv4\gpio_toggle\Release\Example_281xGpioToggle.out Could not open file
ERROR: The C2000v5.2.1 compiler, or any version compatible with it, is not currently installed! Please migrate the project to one of the supported compilers first.
查阅了很多资料,问题依然存在
考虑到ccs5.2不需要gel文件了,而我用的TI例程是过去版本,我估计是ccs5.2和gel文件之间出了问题,但一直找不出来,请各位高手多多指点。谢谢,谢谢
user5218438:我也遇到了这个问题,请问怎么解决的啊