cancel
Showing results for 
Search instead for 
Did you mean: 

Powering STM32 L476RG at 1.8V - Any major disadvantages?

LBouz.1
Associate II

I'm currently using the STM32 L476RG for an application where I need to communicate with peripherals through SPI at 1.8V. Currently I'm using the TXB0108 bidirectional logic level shifter to convert my SPI lines from 3.3V to 1.8V but there are problems with signal integrity since the ICs are daisy chained. When I supply 1.8V to the VDD pin and power the MCU externally the SPI communication problems go away.

My question is if I were to go with this solution, are there any other considerations I should we worried about when lowering the voltage level? I need to run the MCU at 80 MHz, is that still possible?

Thank you

3 REPLIES 3

>>is that still possible?

Surely the Data Sheet indicates that?

The core itself runs at 1.2V, the thing which slows would be the flash

USB IO would need a different supply.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

Thank you! I couldn't find anything that mentioned that in the data sheet but if you could point my in the right direction that'd be great.

Also, would the ADCs now operate relative to 1.8V?

ADC's reference is VREF+ pin, which in your 64-pin package is probably connected to VDDA; and VDDA can be set higher than VDD in 'L4.

JW