How to use USB on STM32L1 series without external pull-up resistor?
I am using USB port on STM32L151RE MCU and I have to use external pull-up resistor on DP line. However, AN4879 document says that STM32L1 Series have embedded pull-up resistor on USB DP line. But DP pin doesn't pull-up automatically after USB initialization, like on STM32F4 or STM32L4 Series. I was trying on 151RE and 152RC MCU and nothing. Also, I was trying to pull-up this pin manually and I got 3V on DP line, but the voltage drops to 1V if plug USB connector and device didn't recognize. In errata sheet on STM32L15xxE there isn't any information about that problem. What's wrong with pull-up PD line? Is anybody use usb in 151 MCU?
