STM32Cube_FW_F4_V1.5.0 Bug on FreeRTOS+USB HID Mouse
Posted on April 23, 2015 at 07:01fix: USB HID Mouse fifo contain corrupted data when fifo is full. fix: same buffer mouse_report_data is used in receiving usb data before writing to fifo, and decoding after read from fifo. fix: should return 0 when ...