[VCP CDC_Transmit_FS ] how to send bytes packet properly?
im having trouble to send a bytes packet with CDC_Transmit_FS function.For example: CDC_Transmit_FS((uint8_t*)SendArray1,512);Doesnt work for me, it sends garbageBut if i sprintf bytes and send them in a loop, it works perfectly, but it sends data in...