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.

CCS 10.0 重大BUG!

我用CCS10.0,想要把DSP程序下载到28346的ram里运行,用的是官方下载的例程,但总提示错误,用CCS 7.2就不会提示错误。错误信息如下:

C28xx: Error initializing flash programming: Interface returned from dll, but flash is not available on this device.
C28xx: File Loader: Verification failed: Values at address 0x00000@Program do not match Please verify target memory and memory map.
C28xx: GEL: File: G:\712\DLCM\DLCM_BootLoader\Debug\DLCM_BootLoader.out: a data verification error occurred, file load failed.

我把CCS 7.2 创建的28346程序用CCS 10.0打开,可以正常下载到ram里,但用CCS 10.0 创建的一模一样的工程却无法下载,经过反复比较,发现在CCS10.0下打开CCS7.2的工程,然后把compiler version从6.x改为20.x,下载程序就会报上面的错误!然而更搞笑的是,编译器版本改高了以后,就改不回去了!我到帮助里面下载低版本的编译器,但6.x的编译器无法在CCS 10.0下显示,最低只能到 15.x,一样会报错!

请教大神们:该如何配置,才能在CCS10.0编译环境下把程序下载到28346的ram中?