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.

" Regarding programming both ARM9 of OMAPL138 using CCStudio"

Other Parts Discussed in Thread: OMAPL138, CCSTUDIO

Hello,

we are working on developing vision system, wherein we are using your  OMAPL138 Board (as a sub system module in our entire system) for image processing. Our requirement is we need to interact with other subsystems of our entire system  via UART of  OMAPL138 board. That is we need to transmit and receive updated data from other subsystem modules to  OMAPL138 Board module and perform this obtained data overlay on output video.

So my question is how to do this real time ARM9 programming by using Code composer studio   (as we are planning to program both arm and dsp cores using CCStudio with out using Linux OS for programming ARM9). Do we require any seperate IDE to do this. Can you help us with documentation and in depth details to achieve our requirement as we are newbies to this technology.

Thanking you in advance

with best regards,
Naveen K.S.

  • Hi Naveen,

    When you install the CCS, SYS/BIOS ( a real time operating system ) will also get installed as one of the components of CCS. The SYS/BIOS has the project templates for developing real time programs which can in-turn utilize the SYS/BIOS APIs for threading, synchronization, memory management, and error handling.

    No separate IDE is required.

    To know more about SYS/BIOS, please visit http://processors.wiki.ti.com/index.php/Category:SYSBIOS

    To know about the features of CCS, please visit http://www.ti.com/tool/ccstudio

    Regards,

    Shankari

     

    -------------------------------------------------------------------------------------------------------

    Please click the Verify Answer button on this post if it answers your question.
    --------------------------------------------------------------------------------------------------------

     

  • Hi shankari,

    thank you for providing me very useful information..

    with regards,

    Naveen