USB and FreeRTOS in STM32L4
Hope someone that has implemented FreeRTOS with USB can provide advice on what specifically needs to be changed in the USB Host code to allow the USB to operate in the RTOS environment. I have USB functioning on the target board, without FreeRTOS. When I bring in FreeRTOS (using CubeMX), it breaks and does not operate. I have any user code protected in the delimited sections. I also tried in tick/tickless modes.
Why would CubeMX add in FreeRTOS and break the perfectly good USB interface? I guess CubeMX will give you one or the other, not both.
Any suggestions or references would be appreciated, thanks!
