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/AWR1642: Can I use the CCS to build project for AWR1642(mss and dss) with drivers?

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

Tool/software: Code Composer Studio

I see the mmwave_sdk_user_guide.
It say I have use ccsdebug and xer4f.

I want to use drivers(C:\ti\mmwave_sdk_01_01_00_02\packages\ti\drivers) in AWR1642.
How can I add the drivers to the project in CCS.




  • Hello JuiYang,
    Assuming that you need this step to debug driver source code from CCS here is the response to your query.

    To debug any demo/application in CCS development mode you need to flash 'xwr16xx_ccsdebug.bin' to AWR1642 device, then after a power cycle, you need to connect to MSS and DSS core via CCS GUI and download *.xe674 to DSS and *.xer4f to MSS core over JTAG.

    Driver libraries are included in the form of *.aer4f (for MSS) and *.ae674 (for DSS) with demo application either via makefile or CCS project.
    With this, you can debug your driver code with CCS GUI and if CCS is not able to map to its source code then you need to manually map it to your local mmWave-SDK path.

    This is preferred the option where you don't need to create separate CCS project for any peripheral driver. You can make any change in driver and use gmake command to build the library and then build the demo application.



    Regards,
    Jitendra