STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Using LPUART to transmit byte wise: Space between Bytes

Hello,I have a STM32 L081KZT and want to use the LPUART to send an Array of bytes, byte wise. For that, I use HAL_UART_Transmit_IT to send the first Byte of the Array and HAL_UART_TxCpltCallback to recursively write the rest of the Array with HAL_UAR...

0693W00000NqLf1QAF.png
HRaup.1 by Associate II
  • 1115 Views
  • 6 replies
  • 0 kudos

Resolved! LPUART acts strange with StopMode - STM32L081KZT6

Hello,I am using a STM32L081KZT6. My code sends a Message via LPUART every second and receives an input over the same LPUART from the user. The RTC is used for the timing with LSE. To save power, I go into sleep mode between sending and receiving. Th...

HRaup.1 by Associate II
  • 1491 Views
  • 4 replies
  • 0 kudos

LPUART is stuck after HAL_UART_Receive. L081KZT6

Hello,I have some Issues with LPUART1 on a STM32L081KZT. What I want to do is:- Receive Data of variable length via LPUART1 using the HAL_UART_Receive function.- Reading bytewise in a loop- Using an External Interrupt to start the receive.My Code loo...

HRaup.1 by Associate II
  • 382 Views
  • 2 replies
  • 0 kudos

Weird LPUART interrupt behaviour

Hi,i write code in bare metal so every time i initialize a project in STM32CubeIDE i do it as an empty project. I made a project for STM32L011K4 and try to initialize the LPUART, in the startup file i can find that the handler for the LPUART1 name i...

XKeto.1 by Associate
  • 535 Views
  • 3 replies
  • 1 kudos

STM32L0xxx firmware update over LPUART1 Pins

Dear Team,We design a board in which one host controller si driving the STM controller over LPuart1 whose pins are as below.Part Number: STM32L073PC4 - LPUART1_TXPC5 - LPUART1_RXNow, We want to update the firmware of STM using the host controller on ...

Labels