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.
你好, IWR1843 分两个部分,arm (MSS) 和 dsp (DSS), 最终生成bin 时, 需要,合并 两部分 。
我的程序只使用 MSS, 而不使用 DSS , 也就是没有 DSS部分的固件程序。
请问这样的最终bin 文件,如何生成?
————
举例 正常 如下生成bin
MulticoreImageGen.exe LE 37 0x00000008 out_of_box_1843_isk.bin 0x35510000 mss.tmp 0xb5510000 xwr18xx_radarss_rprc.bin 0xd5510000 dss.bin
其中 dss.bin 为 DSS部分 程序。 但我只使用MSS 而 不是用dss, 请问应该怎么做?
可以看一下C:\ti\mmwave_industrial_toolbox_4_12_1\labs\Out_Of_Box_Demo\src\xwr1843demo,到工程属性->Build->Steps看一下编译步骤。通过out2rprc.exe命令转换的。把{ProjName}.xe674替换成.{ProjName}.xer4f。
${COM_TI_MMWAVE_SDK_INSTALL_DIR}/packages/scripts/ImageCreator/out2rprc/out2rprc.exe ${ProjName}.xe674 ${ProjName}.bin