2012-01-26 10:27 AM
Hi I am having issue of porting USB to FreeRTOS environment,
Windows pops up and message in task bar saying ''Unknown Device '' Please help., Does it mean USB it set at wrong clock, USB used to be so simple on STM32M3 devices. #stm32f4-usb-freertos2012-01-28 05:03 PM
Problem solved !!
2012-02-11 01:11 PM
Can you give us your fix please ? I have the same problem.
Thanks2012-10-07 04:47 PM
USB HID is working with Discovery board, so inherit all HID functions from STM32F4 demo project Demo_USBConfig(void). Key is call this function after start starting scheduler.