Data transfer to PC with USB CDC connection (STM32F407VGT6)
hello.I am using STM32F407VGT6 chip and trying to send data to PC with USB CDC function.But in the below function, the TrySendUsbPacket() function is not executing due to queue full phenomenon.void EnqueueUsbPacket(const uint8_t* data) { uint16_t ne...