Resolved! Some Pointers Needed: How to Stream Incoming Data from UART into USB Host MSC?
I am trying to implement a feature to log real time measurement data which comes in to MCU via UART peripheral and them write it into file system to USB stick.Assume I already have a dedicated task call ReceiverTask which is responsible to receive th...