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.

28335程序可以在SRAM中运行,但是flash却无法烧写

Other Parts Discussed in Thread: TMS320F28035

我使用的是TMS320F28035芯片,程序可以在SRAM中运行,但是烧写时出现错误:

C28xx: Error occurred during flash operation: Timed out waiting for target to halt while executing FlashAPIInterface28335V2_10.out
C28xx: Error occurred during flash operation: Timed out waiting for target to halt while executing FlashAPIInterface28335V2_10.out
C28xx: Flash operation timed out waiting for the algorithm to complete. Operation cancelled.
C28xx: File Loader: Memory write failed: Unknown error
C28xx: GEL: File: C:\work\ti\testflash\Debug\testflash.out: Load failed.

芯片没有被锁,是空的芯片第一次烧写,目前不知道是什么原因,请各位帮忙

  • 问题解决了,自己回复一下,供将来遇到问题的朋友参考:我用的是50M晶振,对ccs软件中project 的properties中的Debug里的F28335 Flash settings中进行对应的设置,即可进行烧写。