STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

LPUART DMA on STM32L0

Hello everyone,I'm working on a project where i use 2 STM32 MCU which communicate with each other with LPUART and DMA.My STM32 references : STM32L072CBT6 and STM32L010C6T6I have a problem with this communication with LPUART and DMA. I see that error ...

MLam by Associate III
  • 52 Views
  • 2 replies
  • 0 kudos

Resolved! STM32L0 LPUART LSE Error

Hello everyone,I'm working on a project with a STM32L072CBT6.I'm using LPUART (PB10 / PB11) at 9600 bauds to communicate with an other board. For low power consumption, i'm using LSE for my LPUART.When i check my bauds rate on my oscilloscope, i get ...

MLam_0-1694707277000.png MLam_1-1694707448466.png MLam_2-1694707527865.png MLam_3-1694707578320.png
MLam by Associate III
  • 147 Views
  • 7 replies
  • 0 kudos

I2C sensor on USART 2 Serial communication

Hello, I am using the embedded coder support package in simulink to interface with my onboard MEMS acceleration sensor (LSM303AGR) on my STM32F411VET discovery board. I could successfully connect and run simple LED program through USART2 on simulink ...

USART1 interrupt handler not called

Hello,first, I'm new to STM32 Nucleo MCUs, so if I am asking something that is well-known in documentation of Nucelo boards please advise me to correct documentation.I have a project using a STM32 L432KC that gets serial data from another MCU and sen...

lorky by Associate
  • 332 Views
  • 9 replies
  • 0 kudos

[STM32F401][HAL][UART DMA][QnA]

Hey folks, I am using UART RX in DMA mode using 512 byte buffer. My code sippest working fine. I have one question.Q. Suppose you have recevied 12 bytes but you have set 512 length so, rxCmplt() callback will not called. Right? But I wanted to stop U...

STM32U5 wakeup from stop mode with LPUART

Hello.I'm trying to wakeup the STM32U5 controller (U575ZI Nucleo board) when a byte is received using the LPUART.I'm using the LSE clock for the LPUART. Without entering the stop mode, the LPUART interrupt is triggered whenever a byte is received. Th...

Labels