单独把out文件放在一个英文目录里,烧写,烧写完成,弹出框
code composer could not locate f.c,would you like to browse for it?
如果点否,可能程序不能烧写成功。
只要把这个f.c和out文件放在一起,才能正常烧写。不弹出框
另外f.c是中断服务程序,把它放在单独的一个很小的程序段。
f : origin = 0x008E00, length = 0x000200 /* ISR variable define */
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.
单独把out文件放在一个英文目录里,烧写,烧写完成,弹出框
code composer could not locate f.c,would you like to browse for it?
如果点否,可能程序不能烧写成功。
只要把这个f.c和out文件放在一起,才能正常烧写。不弹出框
另外f.c是中断服务程序,把它放在单独的一个很小的程序段。
f : origin = 0x008E00, length = 0x000200 /* ISR variable define */