2024-12-15 05:59 PM - last edited on 2025-01-13 07:50 PM by Pavel A.
I am using an STM32F405RGT6 and USB3300 to implement a USB Host for a keyboard. When I set hid_min_poll to 1, the keyboard is recognized but key presses are not detected. However, when I set hid_min_poll to 2 or higher, the keyboard works fine, and key presses are detected. What could be the reason for this?
2025-01-05 06:52 PM
Does anyone know how to solve the problem?
2025-01-13 07:15 PM
I change the code optimize level to O1, it seems work.