STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! LPUART missing first bit when using LSE, Works fine with HSI

We am using the Murata 1SJ which has a STM32L072CZ MCU and internal LSE, We trying to decode a UART stream from a Ublox GPS device using the LPUART in STOP mode. BAUD 9600 8 bits, 1 stop, no parity, all standard stuff.When i clock the LPUART with HSI...

JWieb by Associate III
  • 629 Views
  • 4 replies
  • 1 kudos

Resolved! Using of LPUART1 on L031K6

I'm trying to receive data from the LPUART1 serial port on the L031K6 development board.Unfortunately all my aproaches failed so far.Sending data works fine in all three modes:BlockingNon-Blocking ITNon-Blocking DMAI'm routing the LPUART1 to PA2 and ...

STM32L0 LPUART not wakeup on stop mode

Hello everyone,I'm working on a project with an STM32L072CBT6.In my project, i use a LPUART1 and USART1 to send and receive data. Connected to this i use a DMA to get data.My projet works fine so i try to implement stop mode to reduce consumption.In ...

0693W00000YAoj7QAD.jpg 0693W00000YAoQpQAL.jpg 0693W00000YAoMoQAL.jpg 0693W00000YAojvQAD.jpg
MLam by Associate III
  • 612 Views
  • 1 replies
  • 2 kudos

How do you set up LPUART1 with an STM32L452RE?

Hi i'm trying to get the LPUART (PA3, PA2) pins to communicate with my computer via the serial port, but i can't get anything to work. Here is what i'm trying to use at the moment...Sysclock Config:#pragma once   extern "C" void SystemClock_Config(vo...

RBamf.1 by Associate III
  • 935 Views
  • 2 replies
  • 0 kudos

Resolved! DMA LPUART work only once when power on

Hello everyone,I work on a project with STM32L072CBT6.I want to use a DMA RX on LPUART1, after reading differents ressources i have setup my LPUART and my DMA.I want to receive an interrupt from my DMA when transmit IDLE (end of transmit).My problem ...

0693W00000WL1NuQAL.png 0693W00000WL1OEQA1.png 0693W00000WL1OTQA1.png
MLam by Associate III
  • 509 Views
  • 3 replies
  • 0 kudos

STM32L412 LPUART with ST232

Hello,STM32L412 will be in stop mode 2 with LPUART. This device is a slave device, master device wakeup on time schedule and gather data from it by RS232.ST232 is powered by master device. But issue is that when ST232 power is off by master, then it ...

DBhut.1 by Senior
  • 269 Views
  • 2 replies
  • 0 kudos

Why can't I read from more than one UART?

Hello community, I'm new to ST-MCUs, so maybe this question is very basic. I'm developing an application for a customer board with a STM32L051R6TX.For Communication we use USART1 und USART2, for logging I activated LPUART1.On USART1 und USART2 I get ...

Labels