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.

AWR1642BOOST: 如何将DSS中的bin文件和MSS中的bin文件合成一个,然后通过uniflash的方式下载

Part Number: AWR1642BOOST
Other Parts Discussed in Thread: UNIFLASH

我们自己使用ccs修改代码后会在MSS和DSS分别生成一个bin文件,但是官方例程中prebuilt_binaries文件夹下只有一个bin文件(srrdemo_16xx.bin),请问解决方案是将两个bin文件合成一个,进行下载还是使用uniflash一次将两个bin文件都下载。如果是两个bin文件合成一个的话请问又是如何合成的?

  • 您可以到dss工程属性里,点击Build->Steps里有编译的步骤,是通过ImageCreator工具转换的。TI提供的demo里都会把mss, dss文件合并成一个.bin文件。所以您直接烧写prebuilt_binaries里的bin文件就可以了。

    ImageCreator工具介绍可以查看C:\ti\mmwave_sdk_03_05_00_04\packages\scripts\ImageCreator\Image_Creator_User_Guide.pdf文档。