Hi,
I'm starting in the OMAP-L138 world. I'm now trying to create a simple SYS/BIOS project using the Task Example. I'm on CCS5 with the Logic PD OMAP-L138 EVM kit. So far, in all my examples, I needed the "linker_dsp.cmd" script provided by LogicPD to be able to run simple programs on the ARM, or on the DSP. Without the script, I was getting memory errors.
I created the SYS/BIOS task example and forgot to copy the "linker_DSP.cmd" script in the project and to my surprise, the application launched and I saw on the Console:
[ARM9_0] Running task2 function
[ARM9_0] Running task1 function
That's it. So, is the linker script kind of embedded in the SYS/BIOS config?? Do I need the linker script at all?
Best regards,
DT
PS: on a side note, I was expecting to see "Calling BIOS_exit from task2" at some point, but never saw it...