Is the USB library threadsafe?
Posted on February 16, 2018 at 17:10I am developing on the STM32F0 using the USB library and encounter problems when my main routine starts to send data early after the device received the SetConfiguration request.So far I could narrow it down to th...