2017-06-03 09:53 AM
hello,
I would like to have some clarification about the USB circuit needed for the stm32f103 (and similar), I am making a simple development board just to start learning this MCU
This is taked from the maple mini
https://github.com/leaflabs/maplemini
also the rev5/6 and other boards present a similar circuit. DISC cames from PB9my guess is that the 2 transistors stay there to power the R10 to pull up DP when the board is connected to USB otherwise, when powered from other sources, DP and DM could be used as normal GPIO (PA12 and 11). Am i wrong?
about the two cap for the usb line (c10 and 11) and the pull up for DP (R10) i saw them only in a few boards, could i live without them or is it suggested to add all?
In other schematics (example:
http://eleccelerator.com/stm32f4stamp-breakout-board/
) i found that sometimes the USB ID is wired to PA10, what does it mean?Thanks for reading
#basic-circuit #usb #analog2017-06-04 07:35 AM
Hello
Gibiino.Vincenzo
!What you said about he transistors is totally true !
Concerning the capacitors you can do it without hem but I don't advise you do remove them because they're useful fore high frequency noise and glitch rejection. By the way, noise can totally distort data transmission.
2017-06-06 11:02 AM
Thanks Omar Bouzourraa,
I will follow your suggestion and use capacitors and pull up resistor. Just to be sure: 1.5k is referred to 3.3v or 5v?
About this other question:
In other schematics (example:
/external-link.jspa?url=http%3A%2F%2Feleccelerator.com%2Fstm32f4stamp-breakout-board%2F
) i found that sometimes the USB ID is wired to PA10, what does it mean?
I didn t found nothing, someone have any hint?
2017-06-12 06:56 AM
Hi
Gibiino.Vincenzo
,Khouloud.
2017-06-12 05:46 PM
thank you very much Khouloud i will follow your suggestion