Hi all,
How i can create task on omap l138 without SYSBIOS or DPSBIOS??
Thanks
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.
Vincent,
Please look at the Starterware software suite for non-BIOS based development on OMAPL138.
http://www.ti.com/tool/starterware-dsparm?DCMP=dsp-starterware-111102&HQS=dsp-starterware-pr-pf1
In this environment, configuring the platform, context switches, managing the stack, must all be managed by the application developer.
Regards,
Rahul
Hi Rahul,
So you tell me its possible but i need to manage all those thing....
Did they have some exemple to helping me? Or some documentation that gonna help me to do this?
Thanks
Vincent
Vincent,
There is example code and documentation for managing peripherals in starterware. From your post, it is not completely clear asto what kind of task, you wish to create. Can you elaborate on this.
Regards,
Rahul
Hi Rahul,
I want to create several task, example one will make the acquisition on the ADC, other one will acquisition on the DAC, one for the temperature control etc.... So i need to create task, but since the SYSBIOS have problem with STARTERWARE I cant use both, so I try to create task without the SYSBIOS package.
Vincent