DSP .out文件轉換成 .bin文件

1、點擊電腦開始->運行,輸入cmd 命令,進入doc 環境。

2、.out文件所在盤 ,例鍵入E:,轉到E 盤

3、再進入的環境中更改目錄環境。輸入cd E:\debug\code-easy5509\EX09_SerialBurn 並按回
車鍵(不分大小寫)。

4、輸入out2bin 執行批處理文件,最終生成testa.bin 文件。

 

注意:1、若使用例程 需要將.out文件命名爲:testa.out。

2、文件夾下需要包含以下文件hex55.exe,out2bin.bat,out2hex.cmd,tihex2bin.exe

3、out2bin.bat文件內容

hex55 out2hex.cmd
tihex2bin  testa.hex  testa.bin

4、out2hex.cmd 文件內容

-boot
-v5510:2
-serial8
-a
-reg_config 0x1c00,0x0293
-delay 0x100
-o testa.hex
testa.out

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章