Skip to main content
Associate
February 20, 2026
Question

STM32L Series LPUART Voltage Level

  • February 20, 2026
  • 2 replies
  • 141 views

Hi, Does anyone know the default voltage level of an LPUART output as I am trying to interface with a device with a UART logic level of 1.8V so might need a level converter? Couldn't see anything about LPUART voltage on the datasheet? 

2 replies

Andrew Neil
Super User
February 20, 2026

The voltage specs would be the general IO pin specs

 

PS:

Picking an STM32L at random:

 
 

Image2.png

 
 

 

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Andrew Neil
Super User
February 26, 2026

Essentially the same question here: STM32F723 USART TX and RTS drive capability.

It's defined by the GPIO specifications - not specific to the particular AF in use.

 

@Link_P If your question has been answered, please mark the solution on the post which provided the answer.

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.