This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Programming USB functionality

Hello everybody.

I am new to USB programming, and I am having some trouble with it. I am working with a MCBSTR750 board, and have to program it to communicate with the PC via USB bulk transfers.

In order to do that, I've started editing the USBHID example project. I have changed the descriptors (changed the HID for a custom class, added 2 bulk endpoints, etc), and a little bit of the main code, but it doesn't seem to work at all.

My question is: do I have to change anything of the usbcore.c file? I don't know how much functionality that file provides, but I guess it should be enough to do just transfers over a bulk pipe.

Thank you very much, I hope somebody can help me.

Best regards,

Inigo

0