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.

USB together with RTOS

Other Parts Discussed in Thread: TMS320F2809, TMS320F28069

Hi

We ported an existing project from the TMS320F2809 to the new processor TMS320F28069.
Doing this we used for the USB communication the HID-driver from Mware.
After some bugfixing we got the driver working and the communication over USB was possible.
We use the Interrupt coming from the USB-HW to put data's in a queue, to do some treatment and give back an answer.

Now we want to use the same Firmware based on the same processor TMS320F28069 together with the TI-RTOS.
I tried to start in different ways the USB-Driver, but I didn't succeeed.
As soon as I start the OS (BIOS_start) the program hangs somwhere in "abort..."
Niow my questions are the following:

- Is it possibel to use the MWare HID-driver togehter with the RTOS?
- If yes, is there a kind of "Porting Guide" how to proceed or do you have some examples.
- If no, Is there an example for the TMS320F28069? I couldn^t find an example for this hardware.
- Do I have to define a special Interrupt together with the RTOS for the USB-Driver? Or is it done automatically?

Please give me some feedback as soon as possible.
Thanks a lot.
Best regards
Urs