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.
Hi,
I use OMAP-l138, CCSv4.2 , XDS100V2 and SYS/BIOS.
I have a project on ARM9 that blinks LED and displays status message on LCD present on the application board . I use a target configuration for this.
I have a separate project on C6748 that acquires analog signal. I use a separate target for this.
Now the task is how to merge the above two into single project having common target configuration and run ARM9 code and DSP code run simultaneously.
Plz suggest
Regards,
Prat
Hi Prat,
You will need to have two separate projects, one for the ARM and one for the DSP. You can, however, have both project share the same target configuration file. Just have one project have the target config file and set that file as the default in the Target Configuration view. Or you can link that config file to the other project. Another option is to have the config file in the global 'User Defined' folder and have both projects reference from there.
See slide 26 of: http://processors.wiki.ti.com/images/a/a4/CCSv4Training-GettingStartedWithHelloWorld.pdf
Thanks
ki