Part Number: MCU-PLUS-SDK-AM261X
Tool/software:
Hi TI experts,
I am unable to import Networking (Enet CPSW) examples in CCS workspace from the AM261x MCU+ SDK.
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.
Part Number: MCU-PLUS-SDK-AM261X
Tool/software:
Hi TI experts,
I am unable to import Networking (Enet CPSW) examples in CCS workspace from the AM261x MCU+ SDK.
Hi,
Please follow the steps below to import the Networking (Enet CPSW) examples from the MCU+ SDK in the CCS workspace:
# OLD NAME
name = "enet_l2_cpsw_am261x-lp-dp83826/am261x-lp_r5fss0-0_freertos_ti-arm-clang"
# NEW NAME
name = "enet_l2_cpsw_am261x-lp-dp83826_am261x-lp_r5fss0-0_freertos_ti-arm-clang"

# OLD NAME PROJECT_NAME=enet_l2_cpsw_am261x-lp-dp83826/am261x-lp_r5fss0-0_freertos_ti-arm-clang # NEW NAME PROJECT_NAME=enet_l2_cpsw_am261x-lp-dp83826_am261x-lp_r5fss0-0_freertos_ti-arm-clang
Updated name should look as shown below:
Now, re-open your CCS workspace and try to import the same example with updated project name.

Note: The issue is caused by the way CCS parses "/" character in the project name taken from the projectspec files. The above steps handle the project's name change. This will gracefully be fixed in MCU+ SDK v10.02, which implies that this workaround will not be required to import examples in the newer SDK versions (v10.02 and later).
Regards,
Shaunak Deshpande