#if (CHIP_OROFALL==0)
#error NO CHIP DEFINED (use -dCHIP_XXXX where XXXX is chip number, i.e. 6201)
#endif
编译不能通过,求解释
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.
#if (CHIP_OROFALL==0)
#error NO CHIP DEFINED (use -dCHIP_XXXX where XXXX is chip number, i.e. 6201)
#endif
编译不能通过,求解释
添加CSL库了么? C6722 CSL库可以到下面下载.
http://www.ti.com/tool/sprc223
guoding sun 说:我编译的程序生成的.out文件,需要转换为什么样的格式才能烧写入flash?该如何转换?
例程中用的是AIS格式, 请仔细阅读一下下面bootloader第7 Boot Examples章节对例程的详细解释
http://www.ti.com/lit/an/spraa69d/spraa69d.pdf
你好,
批处理文件.bat要运行的话, 直接双击就可以了.
双击genBootCfgFile.bat, 就可以打开文档第18页上的Figure 15. genBootCfg Main Menu Window界面.
Perl是按照6.1 Installing Bootloader Utilities安装和设置环境变量的吗?
请按照文档要求安装perl, 安装好后需要设置下面的环境变量, 其中myUtilInstalDirl是你perl工具的安装路径.
PERL5LIB=myUtilInstalDirl\lib
PATHEXT = %PATHEXT%, .PL
PATH = %PATH%; myUtilInstallDir\bin
环境变量可以到My Computer->Properities->Advanced->Enviroment Variables->System Variables添加