大家好:
我是用F28M35H的SSI口给C6722B BOOTLOADER的。
在编写C6722B的BOOTLOADER程序时,在生成AIS文件时遇到问题。
下载了TI的genAIS工具,用activeperl打开时,界面闪了一下就关掉了。
一直有个疑问,在安装activeperl时,有几项要打勾的地方勾不上,不知道是不是这个原因。
activeperl应该是安装成功了,用perl -v命令能显示版本信息。
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.
大家好:
我是用F28M35H的SSI口给C6722B BOOTLOADER的。
在编写C6722B的BOOTLOADER程序时,在生成AIS文件时遇到问题。
下载了TI的genAIS工具,用activeperl打开时,界面闪了一下就关掉了。
一直有个疑问,在安装activeperl时,有几项要打勾的地方勾不上,不知道是不是这个原因。
activeperl应该是安装成功了,用perl -v命令能显示版本信息。
试试在DOS命令下直接输下面的命令
genAis -I docExample.out -o docExample_spiSlave.ascii -bootmode spislave -otype ascii
Perl工具的安装见下面的文档第31页6.1 Installing Bootloader Utilities. genAIS.pl的参数介绍, 见下面的bootloader文档第63页6.3 genAIS.
http://www.ti.com/lit/an/spraa69d/spraa69d.pdf
另外, 也可以用批处理命令, 如bootloader中的例子
genAisFile.bat
cd ..\..\..\..\..\TMS320C672xxBootUtils\bootUtilities\utils\bin
genAis -i ..\..\..\Examples\generic\i2cSlave\app\Debug\app.out -o ..\..\..\Examples\generic\i2cSlave\app\app.ais -bootmode i2cslave -otype ascii -cfg ..\..\..\Examples\generic\i2cSlave\app\app.cfg -cfgtype ais
pause