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 SETUP AUDIO-AM62D-EVM on CCS(version:20.1.1)

Part Number: AUDIO-AM62D-EVM
Other Parts Discussed in Thread: SYSCONFIG

Tool/software:

Hi experts,

I am using the following environment, but I am having trouble importing. Please help.
- FreeRTOS SDKv11.00.00
- CCSv20.1.1
- Sysconfig 23.0.1
TI CLANG 4.1.0.LTS

When I tried to import sample code into CCS, the following error occurred. It is the same for A53 and C7x cores.

Problems importing project(s): Device 'Cortex R.AM62Dx' is not currently recognized

I am referring to the original thread.
- Check that it is added to the Preference -> Product

- Changing "id": "com.ti.MCU-PLUS-SDK-AM62DX", did not have any effect, so I am now returning it to the default.
- I have reinstalled the SDK and CCS once, and restarted my PC.
- I can create a .ccxml file and connect to the EVM.
- "default_sbl_null_hs_fs.cfg" has been executed.

Best regards,
O.H

  • Hi O.H,

    Thank you for your query. I will test the issue with FreeRTOS SDKv11.00.00 and CCSv20.1.1 and will get back to you with the necessary fix.

    Regards,
    Ritapravo

  • Hi Ritapravo,

    Thank you for your reply.

    Sorry for rush you, Is there any update?

    Best regards,
    O.H

  • Hi O.H,

    Apologies for the delayed response. Can you try the following changes in the example.projectspec file of the example and let me know?

    1. Line 7 -----  deviceId="TMS320C75XX.AM62Dx" ---> deviceId="TMS320C75XX.am62Dx"

    2. Line 15 ----  products="sysconfig;MCU-PLUS-SDK-AM62D"  ---> products="sysconfig;com.ti.MCU_PLUS_SDK_AMXXX" 

    3. Line 23 ----  device="TMS320C75XX.AM62Dx" ---> device="TMS320C75XX.am62Dx"

    4. Line 107 ---  <pathVariable name="MCU_PLUS_SDK_PATH" path="${COM_TI_MCU_PLUS_SDK_AM62DX_INSTALL_DIR}" scope="project" />   --->   <pathVariable name="MCU_PLUS_SDK_PATH" path="${COM_TI_MCU_PLUS_SDK_AMXXX_INSTALL_DIR}" scope="project" />

    Please try these changes once.

    Regards,
    Ritapravo

  • Hi Ritapravo,

    Thank you for your reply.

    I applied only lines 7 and 23 to the file in the path below, and was able to import any project.
    ”C:\ti\freertos_sdk_am62dx_11_00_00_16\examples\hello_world\am62dx-evm\a53ss0-0_freertos\gcc-aarch64\example.projectspec”

    Further modifying lines 15 and 107 gave me the following result.

    Problems importing project(s): Product com.ti.MCU_PLUS_SDK_AMXXX v0.0 is not currently installed and no compatible version is available. Please install this product or a compatible version.

    An additional question.
    The hello_world project can be built on the A53, but the following error is displayed on the C7x and R5F.
    The same thing happens when I use sysconfig v1.23.1.
    However, the mcasp sample can be built on both A53 and C7x, so it seems to depend on the project.

    [14]Building file: "../example.syscfg"
    [15]Invoking: SysConfig
    [16]"C:/ti/ccs2011/ccs/utils/sysconfig_1.23.0/sysconfig_cli.bat" --script "C:/Users/<USER>/woerkspase_THEIA/AM62Dx/hello_world_am62dx-evm_c75ss0-0_freertos_ti-c7000/example.syscfg" -o "syscfg" -s "C:/ti/freertos_sdk_am62dx_11_00_00_16/.metadata/product.json" -p "ANF" -r "AM62D24-G" --context "c75ss0-0" --compiler ccs
    [17]subdir_rules.mk:9: recipe for target 'build-1968694367' failed
    [18]Part not found: Default. This part may be available in a newer version of SysConfig
    [19]gmake: *** [build-1968694367] Error 1
    [20]gmake: Target 'all' not remade because of errors.
    [21]**** Build Finished

    Best regards,
    O.H

  • Hi O.H,

    Thank you for reporting. I will forward it to the concerned team to find a fix for this issue.

    Regards,
    Ritapravo