Part Number: AM3358
Tool/software: Code Composer Studio
CCSv8 can't recognize MCSPI_Loopback_evmAM335x_armExampleProject, not ccs project file. So I can't import this project.
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: AM3358
Tool/software: Code Composer Studio
CCSv8 can't recognize MCSPI_Loopback_evmAM335x_armExampleProject, not ccs project file. So I can't import this project.
Hi Anping,
Do you use AM335x PSDK RTOS v6.00? If yes, the recommended CCS version is 9.0.1. Please try with CCS v9.0.1
Regards,
Pavel
MCSPI_Loopback_evmAM335x_armExampleProject is text file, not ccs project file. I use CCS version is 8.0.1. I can try CCS version is 9.0.1. But are you sure that CCS version is 9.0.1 can recognize text file, instead of ccs project file? Thanks
Anping,
Yes, try with CCS v9.0.1.
Make sure you are executing below command when creating the SPI project:
~/ti/pdk_am335x_1_0_15/packages$ ./pdkProjectCreate.sh AM335x evmAM335x little spi all arm
Regards,
Pavel
Hi Pavel
how to execute below command when creating the SPI project:
~/ti/pdk_am335x_1_0_15/packages$ ./pdkProjectCreate.sh AM335x evmAM335x little spi all arm?
My host is Windows 10.
Anping,
Anping Chen said:My host is Windows 10.
Windows 7 64-bit is the recommended version, but Windows 10 should be also working fine.
software-dl.ti.com/.../index_release_specific.html
Anping Chen said:~/ti/pdk_am335x_1_0_15/packages$ ./pdkProjectCreate.sh AM335x evmAM335x little spi all arm?
Try with below command:
C:\ti\pdk_am335x_1_0_15\packages> pdkProjectCreate.bat AM335x evmAM335x little spi all arm C:\ti\pdk_am335x_1_0_15\packages
On successful build you should have:
C:\ti\pdk_am335x_1_0_15\packages\MyExampleProjects\MCSPI_Loopback_evmAM335x_armExampleProject\macros.ini
Regards,
Pavel
Hi Pavel
Can you provide me AM 3358 McASP example project for beaglebone black? I saw MCASP_Audio_evmAM335x_armExampleProject and and MCASP_DeviceLoopback_evmAM335x_armExampleProject for evm. Thanks
Anping,
Please open new e2e thread regarding AM335x McASP example.
Regards,
Pavel