User Activity

Dear All,I would like to ask how to manage USB CDC on the nucleo-l4r5zi board. I would like to send data from a uC to the PC via USB.The main function looks like that:int main(void){ HAL_Init(); SystemClock_Config(); MX_GPIO_Init(); MX_USB_DEVICE_Ini...