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.

Using StarterWare to use USB of OMAP L-138 experimenter kit

Other Parts Discussed in Thread: OMAP-L138, SYSBIOS, OMAPL138

 Hi,
Can I use StarterWare to make a connection between USB an DSP directly without passing on the ARM ??
Thank you in advance.

Muhammad

  • StarterWare for the OMAP-L138 has several example projects for both the ARM and DSP.

    Yes, there are USB examples for the DSP.

  • Hi Brandon,
    Thanks for replying on my question.

    I have read the documentation of StarterWare. It has many modules for dealing with the USB. The problem is I don't know how to start using StarterWare! Which module to use and can I merge it with SysBios using CCS ??
    Knowing that I want to make a connection between the USB to the DSP without passing on the ARM, this is what I want to do.

    So, where to start from ??

    Thank you.
    Muhammad

  • Hello Nabil, 

    I suppose you have read the getting started guide and User Guide for StarterWare.

    There are various example applications for USB in OMAPL138 starterware. Please refer to, OMAPL138_StarterWare_1_10_03_03\examples\evmOMAPL138.

    These examples can be run independantly on both ARM and DSP.

     

    For DSP based examples:

    To start with, you can load and run the prebuilt binaries for various USB examples.

    The binaries are present at, OMAPL138_StarterWare_1_10_03_03\binary\c674x\cgt_ccs\omapl138\evmOMAPL138

    (Please refer to the StarterWare USB User Guide on details for USB examples)

    This should give you an idea on functionality of USB examples from StarterWare.

     

    To build, import USB examples into your CCS workspace from: OMAPL138_StarterWare_1_10_03_03\build\c674x\cgt_ccs\omapl138\evmOMAPL138

    Please refer to the StarterWare User Guide for further details.

    You can use starterware code in SYS BIOS based applications with required changes.

    Please let me know if this post answers your questions.

     

    Regards,

    Vinay

  • Hi Vinay,

    Thank you for replying on my question.
    I will start from this examples and if I face any problem, I will ask you.

    Thank you.
    Muhammad