Hi,
I trying to use a Spectrum Digital OMAP-L137 that the DSP will run some older code and have the ARM collect Ethernet data via NDK and pass data to the DSP. I have built a project in CCv5.x and can compile and debug via the USB to JTAG, but this seems to be only the DSP. I have seen many folks mention that they have SYS BIOS running on both the DSP and ARM, but have yet to understand how they configured Code Composer to do it.
- Do you have two different projects that are linked as one?
- Do you have two different .cfg files in the same project?
- How do you specify which source code goes to which processor?
- I have no .tcf file as CC does not seem to need it.
Here is my setup:
Code Composer Studio Version: 5.1.0.09000
XDCtools 3.23.00.32
SYS BIOS 6.33.01.25
IPC 1.23.05
Any help or examples would be greatly appreciated.