I am currently using OMAPL138 (Code composer v5)and the project settings are as follows
Family C6000
Variant Generic C67X device
I tried to add SYS/BIOS support to existing project. However I am not sure what needs to be entered in the following fields
Target
Platform
Thanks,
vikas
vikas,for the device you should choose Generic C674x device, that's the DSP available on OMAPL138. The target field will then be populated automatically to "ti.targets.C674" for COFF or "ti.targets.elf.C674" for ELF, which you can choose in Advanced Settings. Drop-down box for platforms will contain multiple platforms, one of them ti.platforms.evmOMAPL138. You can choose that one, or any other that corresponds to your hardware.
If my reply answers your question please mark the thread as answered.
I figured but had already posted the question!.