Resolved! USB CDC USBD_CDC_SetTXBuffer and USBD_CDC_Transmit_Packet
Hi all,I am trying the example of USB CDC in:https://www.youtube.com/watch?v=rLnQ3W8gmjY&list=PLnMKNibPkDnEEvQWrDqVuu1w_iQ214GXi&index=35It uses the above functions.But when I compile, I get :undefined reference to `USBD_CDC_SetTXBuffer' and to USBD...