Posted on September 19, 2015 at 14:30I need to call several CDC_Transmit_FS, but between them I need to wait to previous CDC_Transmit_FS finish, otherwise I overwrite output buffer.Is there a flag, a macro or something else that may allows me to det...