Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
Hi,
I've been working on an OMAP-L138 SoM and so far managed to make the DSP and ARM cores communicate through DspLink. However, DspLink won't be useful to us because it only supports COFF binaries and our project heavily uses the Starterware examples, which use ELF libraries. Hence, I need to migrate to SYS/BIOS and SysLink.
I've installed SysLink and I'm able to run the example executables in the "ex02_messageq/debug" directory by running the "run.sh" script. Now, I need to create a project for the DSP side to periodically send floating-point arrays of ~8000 elements to the ARM core running Linux (I could do this before through DspLink-MSGQ at ~10 MB/s).
To this end, I tried compiling the SysLink example in CCS v7, but it threw several errors (the build log is attached). There is a "Creating CCS Project for SysLink samples" page in TI's wiki, but I heard that "samples" are obsolete now, so I need to learn how to import the "examples". What would you suggest?
My TI components are:
- SYS/BIOS 6.34.03.19
- CCS 7.2.0
- IPC 1.25.01.09
- XDC Tools 3.24.05.48
- SysLink 2.21.03.11
And the ARM is running Linux Ångström Kernel 3.2.0
Thanks in advance