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.

CCS/AWR1843BOOST: CAN

Part Number: AWR1843BOOST
Other Parts Discussed in Thread: MMWAVE-SDK

Tool/software: Code Composer Studio

Hi,

I have downloaded mmwave_sdk_2_1_4 and automotive toolbox_2_1_2.Now i have imported object data over can bus using resource explorer inside of CCS.

when i tried to compile the code,its compilation is getting stopped at some point.

what could be the issue?

Regards ,

Vimal

  • Vimal,

    Please check if you have installed all the dependencies when installing the MMWAVE-SDK.

    Thanks,

    Raghu

  • Hi Raghu,

    what do you mean by all dependencies??I got it all installed.But when i compile,it stops somewhere in middle.I'm compiling two projects(MSS and DSS) in the same workspace.

    Thanks,

    Vimal

  • Vimal,

    Dependencies means the right version of the Sys/bios, XDC core, DSP lib , matchlib.

    Were you able to build the DSS code?  You will need to build the DSS code first and then the MSS code.

    Can you check this and get back to us?

    -Raghu

  • Hi Raghu,

    i have all dependencies installed .

    I can able to build DSS code succesfully. i cannot compile only MSS code ,it getting stuck somewhere in middle, cant figure out the problem.

    Thanks,

    Vimal

  • Hi Raghu,

    I uninstalled everything and tried installing everything from first.

    I have done everything correctly but still i couldn't able to compile. Is there anything to do with windows 7.

    Please help me figure out the solution for this

    Thanks,

    Vimal

  • Hi Vimal,

    Looks like it is stuck in the post-build step.

    Let's remove those post-build step from CCS project properties-> Build-> Steps -> Post-build steps; save and build the project.

    In the post-build step it convert jtag image to MetaImage format which is needed for flashing to the device. You can do it manually apart from CCS.

    • C:/ti/mmwave_sdk_02_01_00_04/packages/scripts/ImageCreator/out2rprc/out2rprc.exe xwr16xx_odoc_ti_design_mss.xer4f xwr16xx_odoc_ti_design_mss.bin
    • C:/ti/mmwave_sdk_02_01_00_04/packages/scripts/ImageCreator/multicore_image_generator/MulticoreImageGen.exe LE 37 0x01000005 xwr16xx_odoc_ti_design_lab.bin 0x35510000 xwr16xx_odoc_ti_design_mss.bin 0xb5510000 C:/ti/mmwave_sdk_02_01_00_04/firmware/radarss/xwr16xx_radarss_rprc.bin 0xd5510000 C:/Users/xxx/workspace_v9/odoc_16xx_dss/Debug/xwr16xx_odoc_ti_design_dss.bin
    • C:/ti/mmwave_sdk_02_01_00_04/packages/scripts/ImageCreator/crc_multicore_image/crc_multicore_image.exe xwr16xx_odoc_ti_design_lab.bin xwr16xx_odoc_ti_design_lab.bin.tmp
    • C:/ti/mmwave_sdk_02_01_00_04/packages/scripts/ImageCreator/append_bin_crc/gen_bincrc32.exe xwr16xx_odoc_ti_design_lab.bin

    Regards,

    Jitendra