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.

AUDIO-AM62D-EVM: How to load "audio_app" on CCS (AM62D FreeRTOS SDK:10.00.00)

Part Number: AUDIO-AM62D-EVM


Tool/software:

Hi experts,

We would like to load a CCS project that can connect to AudioWeaverServer into CCS for debugging and building.

The project in the "audio_app" folder included in the AM62D FreeRTOS SDK (10.00.00) can connect to AudioWeaverServer, but it seems that it cannot be loaded into CCS.

Is there a way to load this project into CCS for debugging and building?

Best Regards,

  • Hi,
    To debug the audio app in CCS, please flash the EVM with SBL_NULL Bootloader , you can read more about how to do that in the getting started(EVM Setup Subsection) guide of FreeRTOS SDK at "ti-asdk-bsp/mcu_plus_sdk/am62dx/README_FIRST_AM62DX.html".

    Once flashed with SBL_NULL, you should be able to load the .out file directly from CCS for debugging, just make sure that you build the app in debug profile (make PROFILE=debug).

    Thanks,
    Shreyansh