A lot of busy waiting in STM32F4 HAL USB libraries? Not RTOS friendly?
I want to implement an USB host MSC class for concurrent log transfer to an USB stick inside an RTOS context. I have seen the newest USB host device librarie implements an RTOS / CMSIS interface. But I have seen in code that there are still a lot of ...