Loading...
 
Skip to main content

System Workbench for STM32


Receiving data over USB com port

i suppose USB VCP is interrupt driven. I'm using USB HID, this is definitely interrupt driven.
Yo do need concurrency protection. Are you using FreeRTOS? FreeRTOS provides message queues with are thread safe