Could use some guidance with regards to integrating DSPLink into an application on the DSP side of the OMAP. I'm using Code Composer on a Windows system and everything is the latest (not what was just released today).
I downloaded DSPLink 1.61.03 and installed it but the documentation is a bit obscure. Attempted to run perl scripts for build but did not list OMAP as a platform option. Looked at building helloDSP from wiki but everything seems to be for a Linux environment. I have an existing DSP project building fine in Code Composer and was hoping there was just a library to load as I'm using DSP/BIOS and some parameters to set but looking alot more involved. May or may not use Linux on the ARM side, I ported FreeRTOS to the ARM side and may port DSPLink to it once get it setup on DSP side.
Referencing the UserGuide I ran & modified the environment batch file, which appears correct:
C:\CCStudio_v3.3_OMAP\dsplink_sla_1_61_03>dsplink\etc\host\scripts\msdos\dsplinkenv
===========================================================
The environment for DSP/BIOS LINK development has been set:
DSPLINK = C:\CCStudio_v3.3_OMAP\dsplink_sla_1_61_03\dsplink
PATH += C:\CCStudio_v3.3_OMAP\dsplink_sla_1_61_03\dsplink\etc\host\scripts\msdos
When I run the perl script get:
C:\CCStudio_v3.3_OMAP\dsplink_sla_1_61_03>perl dsplink\config\bin\dsplinkcfg.pl
Welcome to DSP/BIOS(TM) Link Configuration Utility
------------------------------------------------------
!!DSPLINK will be configured for Build OS: WINDOWS!!
!!DSPLINK Directory : C:\CCStudio_v3.3_OMAP\dsplink_sla_1_61_03\dsplink!!
=========================================================
Chosen configuration is as follows:
****************** ERROR !!! ***************************
Please provide a valid Platform!
Following platform are supported currently:
ID-->JACINTO1
Jacinto SoC version 1 - C64P DSP interfaced directly to ARM9
This platform can connect to a DM6437 device via VLYNQ
ID-->JACINTO2
Jacinto SoC Version 2 - C64P DSP interfaced directly to ARM9
This platform does not support multi DSP scenario
Provided:
Example: --platform=DAVINCI or --platform=<ID> or --help for all options
--------------------------------------------------------------------------------------------------------------------
No OMAPL137 platforms listed.
Anyone been down this road before? Figure I probably just need a push in the right direction.
Thanks,
Kev