Hi,
I tried to import "pdk_am57xx_1_0_3" into CCS.
But, I didn't see any project.
How to import and compile PDK on CCS?
Please advise.
My Code Composer Studio Version is 6.1.3.00033.
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.
Hi,
I tried to import "pdk_am57xx_1_0_3" into CCS.
But, I didn't see any project.
How to import and compile PDK on CCS?
Please advise.
My Code Composer Studio Version is 6.1.3.00033.
Will,
The PDK libraries are designed to be built using gmake in the Windows environment and the examples projects need to be created by running the pdkProjectCreate script. There are no pre-generated projects in the package as we require the CCS projects to be created based on your custom host setup
Please follow the steps provided below to build tthe Processor SDK RTOS and run the PDK CCS examples. :
1. Setup development environment using Processor SDK RTOS Setup
2. Setup PDK build environmentt PDK Setup. Note: setup.bat under processor_sdk_rtos_x_xx_xx_xx also performs the same function
3. Execute the PdkProjectCreate script in ${PDK_INSTALL_PATH}/packages as described in PDK Example and Test Project Creation wiki
please let us know if you have any issues.
Regards,
Rahul
PS: The complete User guide for the SDK is available here:
Useful training: