Part Number: AM5728
Tool/software: Code Composer Studio
Using version
When trying to run pdkProjectCreateI get the following error:
andre@andre-ubuntu-VirtualBox:~/ti/pdk_am57xx_1_0_16/packages$ ./pdkProjectCreate.sh AM572x evmAM572x little spi all dsp ========================================================================= Configuration: SOC : AM572x BOARD : evmAM572x ENDIAN : little MODULE : spi PROJECT_TYPE : all PROCESSOR : dsp PDK_SHORT_NAME : /home/andre/ti/pdk_am57xx_1_0_16/packages ========================================================================= Checking Configuration... PDK_PARTNO : AM572X PDK_ECLIPSE_ID : com.ti.pdk.am57xx RTSC_PLATFORM_NAME : ti.platforms.evmAM572X RTSC_TARGET : ti.targets.elf.C66 CCS_DEVICE : com.ti.ccstudio.deviceModel.C6000.GenericC64xPlusDevice ***************************************************************************** Detecting all projects in PDK and importing them in the workspace /home/andre/ti/pdk_am57xx_1_0_16/packages/MyExampleProjects Detected Project ./MCSPI_Loopback_evmAM572x_c66xExampleProject.txt -------------------------------------------------------------------------------- Creating project 'MCSPI_Loopback_evmAM572x_c66xExampleProject'... NOTE: Compiler version '8.3.2' is not currently installed! - defaulting to '8.3.3'. !ERROR: Unknown product-type ID 'com.ti.sdo.edma3'! NOTE: Refer to the following list of available product-type IDs (the display-names in square brackets are for reference only): com.ti.rtsc.openmp [am57xx OpenMP] com.ti.pdk.am57xx [am57xx PDK] com.ti.ctoolslib [CTools Library] ti.mas.dsplib.c66x [DSPLIB C66x] com.ti.rtsc.FrameworkComponents [Framework Components] ti.imglib.c66x [IMGLIB C66x] com.ti.rtsc.IPC [Inter-processor Communication] ti.mas.mathlib.c66x [MATHLIB C66x] com.ti.rtsc.NDK [NDK] com.ti.rtsc.SYSBIOS [SYS/BIOS] com.ti.uia [System Analyzer (UIA Target)] com.ti.rtsc.XDAIS [XDAIS] com.ti.rtsc.XDCtools [XDCtools] Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown: com.ti.ccstudio.devicemodel.DeviceModelLoader$InitializationJob$3 Copying macros.ini Project generation complete *****************************************************************************
It turns out that the edma3 library was not automatically added to CCS for some reason. I had to manually add the EDMA library to correct this error.