Hello everybody! I've got a development board NUCLEO-H743ZI2. I try to study USB using STM32CUBEMX. I always get an error 43 in my windows PC after reconnecting. Can anybody say to me what I've do wrong?
I configured clock configuration and USB CDC with default settings without using VBUS. In main() i try to sent a message to PC using function CDC_Transmit_FS which was generated CUBEMX. First connection to PC is successful and i got my messages. Aft...