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.

28027怎么将程序烧到FLASH里

Other Parts Discussed in Thread: CONTROLSUITE

现在我用D:\ti\controlSUITE\device_support\f2802x\v230\f2802x_examples_drivers里的flash_f2802x例程,在调试模式下能正常运行,但一掉电再上电就不能运行。我也找了资料说是在工程属性--general--linker command file里填写F28027.cmd,我也按照这样操作了,结果编译有错,都不能编译了(不填F28027.cmd就能正常编译并在调试里正常运行,说明程序没问题)。注:原来linker command file里的内容是F2802x_Headers_nonBIOS.cmd,并不是网上说的28027_RAM_lnk.cmd。