Hi, I am trying to begin coding with McASP on the OMAP-L138 LCDK.
I am using CCS ver 5.5.0.00077
with XDS200 spectrum digital JTAG
I have the latest OMAPL138_StarterWare_1_10_04_01
When I try to import McASP as CCS project ( without copying source ) as instructions for build and develop I get the following error.
See details below.
Error: Import failed for project 'mcasp_armv5_omapl138_lcdkOMAPL138' because its compiler definition is not available. The project does not appear to be a 'CCS Project'. Please try importing it through the 'General > Existing Projects into Workspace' wizard.
I've tried differnt paths , such as /build/armv5/cgt_css/OMAPL138/LCDKOMAP138/
no luck...
should I be using the older StarterWare software?
Also, is this the best way to go for developing audio mixing application? Is it better I do this in the MCSDK ( linux pre installed on SD CARD )
if so, are there any examples or drivers of MCASP in this new OS environment?
UPDATE :
I installed the pdk_OMAPL138_1_01_00_02 PDK and I have errors preventing the build of McASP examples in this too.
"../C6748.cmd", line 22: error #10264: SHDSPL2ROM memory range overlaps
existing memory range IROM
"../C6748.cmd", line 23: error #10264: SHDSPL2RAM memory range overlaps
existing memory range IRAM
"../C6748.cmd", line 31: error #10264: SHRAM memory range overlaps existing
memory range L3_CBA_RAM
"../C6748.cmd", line 32: error #10264: DDR2 memory range overlaps existing
memory range DDR
error #10010: errors encountered during linking; "MCASP_AudioExampleProject.out" not built
Could it be that I have the incorrect version of CCS ? when I try to make a new work space in the CCS there is no option for the
OMAP L138 lcdk. I only under Family : C6000 Variant : C674x floating point-DSP LCDK C6748 ??
should there not be an option for ARM / DSP OMAPL138 LCDK in CCS ??
Lastly, I have an 88 pin? connector on the underside of the LCDK board. is this where I would IO my I2S , TDM audio serial data to connect with McASP ? if I use this connector can anyone suggest a plug I can buy to break out these pins ? they seam quite shallow to use just header pins..
where can I find a basic hardware PIN IO map ?
hope someone can point me in roughly the right direction here ! Its all very vague !!
thanks, ben