cancel
Showing results for 
Search instead for 
Did you mean: 

STM32L562CE 48-pin 1.8V USB

driftycelery
Associate

Hello,

As I understand from datasheet if you use 64, 81, 100, 132 or 144 pin package there is separated power supply domain for USB transceivers, i.e. VDDUSB which should be connected between 3.0-3.6V or connected to VDD if USB is not used.

However, 48-pin package does not have VDDUSB, so the question - if I am design my board around 1.8V will this MCU in 48-pin package work as intended, i.e., USB will enumerate and etc. ? Or I should switch to 3.3V, use level shifters from 1.8V to 3.3V?

Thanks in advance!

1 ACCEPTED SOLUTION

Accepted Solutions
STOne-32
ST Employee

Dear @driftycelery ,

First, Welcome in STM32 Community and happy to see you contributions to all members.

Indeed, VDDUSB rail is dedicated to power the embedded USB PHY to 3,3Volts to be compliant with USB signaling generally in 1,8Volts VDD , when USB is plugged from an external LDO with the VBUS (5Volts) and keeping all MCU and board at 1,8V. Therefore in this case your suggestion is right to select another package with VDDUSB. That pin is bonded internally to VDD . Having an external level shifter will not help as you can not power the internal PHY . 
Hope it helps you .

Ciao

STOne-32

View solution in original post

2 REPLIES 2
STOne-32
ST Employee

Dear @driftycelery ,

First, Welcome in STM32 Community and happy to see you contributions to all members.

Indeed, VDDUSB rail is dedicated to power the embedded USB PHY to 3,3Volts to be compliant with USB signaling generally in 1,8Volts VDD , when USB is plugged from an external LDO with the VBUS (5Volts) and keeping all MCU and board at 1,8V. Therefore in this case your suggestion is right to select another package with VDDUSB. That pin is bonded internally to VDD . Having an external level shifter will not help as you can not power the internal PHY . 
Hope it helps you .

Ciao

STOne-32

Dear STOne-32,
Thank you for the confirmation! I will change the package!