cancel
Showing results for 
Search instead for 
Did you mean: 

Porting of HID USB on FreeRTOS

vijayandra
Associate II
Posted on January 26, 2012 at 19:27

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-freertos
3 REPLIES 3
vijayandra
Associate II
Posted on January 29, 2012 at 02:03

Problem solved !!

elharrar
Associate II
Posted on February 11, 2012 at 22:11

Can you give us your fix please ? I have the same problem.

Thanks

vijayandra
Associate II
Posted on October 08, 2012 at 01:47

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.