jankae / LCR

Benchtop 100Hz to 200kHz LCR meter
132 stars 39 forks source link

R21 and R22 #2

Open wocard2 opened 11 months ago

wocard2 commented 11 months ago

The STM32F303xC datasheet says:

No external termination series resistors are required on USB_DP (D+) and USB_DM (D-), the matching impedance is already included in the embedded driver.

In consequence, R21 and R22 should be populated with 0 Ω resistors.

jankae commented 11 months ago

Ah, thanks for the info :) I probably didn't read the datasheet that closely and simply replicated what I have used in other projects for USB. There were never any issues with the 22R resistors but of course the correct solution according to the datasheet would be using 0R resistors.