2015-08-05 03:59 AM
Hello, I am using STM32L4 uC and I'am trying to create a Virtual Com Port. My problem is that computer does not recognize device after running it (I can only see ''Unknown device'' message).
Here is how I configure timer: PLLM = 1; PLLN = 36; PLLP = 7; PLLQ = 6; PLLR = 2; which should give me frequency of 48MHz for USB. As far as I know the ''Unknown device'' problem is related to wrong timer configuration so there is a question - do I configure timer correctly? If yest then what may cause the problem?2015-08-05 08:31 AM
Hi ca.pwl,
Start with a working example in a known hardware in order to deduce what is going wrong in your case.You may refer to the example under STM32Cube_FW_L4_V0.4.0\Projects\STM32L476G_EVAL\Applications\USB_Device\CDC_Standalone.-Mayla-To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.