2015-07-16 03:38 AM
Good morning,
I've tested the USB CDC mode on the STM32F3 Discovery with the configuration given by STM32CubeMX and it work just fine but now that I made the PCB with the stm32F302RCT the configuration doesn't work. The PC just don't recognize the USB..I tried to see if it was the circuit but if I connect the circuit directly to my discovery it works, but when I use my PCB it doesn't recognize. I was carefully design by hand the tracks close to don't have problems with capacitance and other things like that.
Does someone have an idea where the problem could be?Regards, F�bio #stm32 #cube #stm32f3 #cdc #vcp2015-07-16 04:12 AM
Check the clocks. The DISCO uses an 8 MHz source from the ST-LINK. Make sure you have an HSE crystal, that it's starting. Verify internal clocks via the MCO (PA8) pin.
2015-07-16 05:16 AM
Thank you for the reply clive1,
I've checked the clock several times and its the HSE that I'm using with 8MHz...I previously done the configuration with the same cristal for the discovery with the same cristal and it works.2015-07-16 05:26 AM
So does the USB interface work?
If you pull BOOT0 high at reset can the board be seen attaching via USB in DFU mode?How does your circuit differ from the DISCO design?2015-07-16 06:34 AM