Question
Using STM32 USB-FS-Device library with uCOS
Posted on December 01, 2011 at 14:32
OK so I got the USB library with custom HID example (from ST) and uCOSII in IAR v6 compiling/linking/downloading, however the USB does not enumerate properly.
I assume that I have got the setup/architecture wrong. How should I successfully integrate the driver with uCOS? What approach should I take? At the moment the USB driver does not link to any tasks, just to interrupts. Thanks for any advice!