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.

CC1352P: I want to import "audiohal_packetizer_echo" on CCS

Part Number: CC1352P


- I successfully installed "simplelink_cc13x2_26x2_sdk_5_20_00_52" and "Simplelink Audio plugin"

- CCS version is 11.1

- Using MacOS

When I try to import example source "audiohal_packetizer_echo" I face to below error message but I can't see the directory "CC1352P_2_LAUNCHXL" in "/Users/andy/ti/simplelink_cc13x2_26x2_sdk_5_20_00_52/kernel/tirtos/builds"

Error message!

Project-spec import file not found: /Users/andy/ti/simplelink_cc13x2_26x2_sdk_5_20_00_52/kernel/tirtos/builds/CC1352P_2_LAUNCHXL/release/ccs/tirtos_builds_CC1352P_2_LAUNCHXL_release_ccs.projectspec!

  • The audio plugin was developed for SDK 3.30 and does not support syscfg. The later SDKs are syscfg based and hence the files are placed differently. 

    I don't think it's an easy way to import a plug-in example into a newer SDK. What you can do is importing the empty example, move the application files from the example to your workspace and check the board files in the example for how you need to setup syscfg. 

  • Thank you