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.

AWR1843: How to build bin image from DSS and MSS outputs.

Expert 2050 points
Part Number: AWR1843
Other Parts Discussed in Thread: UNIFLASH,

After rebuilding the dss and mss in CSS, I get the binaryies odsdemo_mss.xer4f and dosdemo_dss.xe674 in Debug folder

But I want to build the final bin image and flash it to the AWR1843 by using UniFlash. I thought the bin image "odsdemo.bin" in Debug folder is that I need, but after flashing it, AWR1843 doesn't work. 

Could you please tell how to generate the final binary image base on dss and mss binaries?

Thanks

  • Hello Ree,

    Post-steps of CCS project (MSS and DSS) generates individual bin and later MSS ccs project combines MSS, DSS and BSS into single MetaImage. ODS demo does this for you via ccs project, final metaImage (odsdemo_16xx.bin) is available under'odsdemo_16xx_mss\Debug' directory of your CCS workspace. And this is bein done by the post-step script in MSS/DSS ccs project properties.

    ${COM_TI_MMWAVE_SDK_INSTALL_DIR}/packages/scripts/ImageCreator/out2rprc/out2rprc.exe ${ProjName}.xer4f ${ProjName}.bin
    ${COM_TI_MMWAVE_SDK_INSTALL_DIR}/packages/scripts/ImageCreator/multicore_image_generator/MulticoreImageGen.exe LE 37 0x01000005 odsdemo_16xx.bin 0x35510000 ${ProjName}.bin 0xb5510000 ${COM_TI_MMWAVE_SDK_INSTALL_DIR}/firmware/radarss/xwr16xx_radarss_rprc.bin 0xd5510000 ${WORKSPACE_LOC}/odsdemo_16xx_dss/Debug/odsdemo_16xx_dss.bin
    ${COM_TI_MMWAVE_SDK_INSTALL_DIR}/packages/scripts/ImageCreator/crc_multicore_image/crc_multicore_image.exe odsdemo_16xx.bin odsdemo_16xx.bin.tmp ${COM_TI_MMWAVE_SDK_INSTALL_DIR}/packages/scripts/ImageCreator/append_bin_crc/gen_bincrc32.exe odsdemo_16xx.bin

    Please follow this e2e thread on a similar topic-

    https://e2e.ti.com/support/sensors/f/1023/p/924218/3418082#3418082

    Regards,

    Jitendra