-boot ; Option to create a boot table
-v5510:2 ; Use C55x boot table format for TMS320VC5509
-parallel16 ; Boot mode is 16-bit external asynchronous memory
-t ; Desired output format is TI-Tagged
-o my_app.hex ; Specify the output filename
my_app.out ; Specify the input file
参数可选,以上是例子
在cmd底下用hex55
hex55 -boot -v5510:2 -parallel16 -t -o my_app.hex my_app.out
运行这个命令,就可以 |