STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Nucleo-L4P5ZG LPUART not receiving nor transmitting

Hi all! I am trying to communicate with the Nucleo-L4P5ZG via the LPUART1 peripheral over ST-LINK, however it doesn't seem to be transmitting or receiving anything. Following is my system clock initialization code (non-relevant parts cut out): #pragm...

Stm32l072KZ Firmware Update

Hello everyone, I have a stm32l072 microcontroller and an NB exs82 module connected via LPUART. And I'm trying to read a new .HEX firmware that is stored in the NB module's FFS and then make the microcontroller receive the packages that contain the r...

Captura de Tela (101).png Captura de Tela (102).png
Wave by Associate II
  • 102 Views
  • 0 replies
  • 0 kudos

Resolved! UART fired only once - STM32U5 Custom Board

Hello,I'm working with an STM32U5 custom board.I use the LPUART1 to read input with an interrupt as shown below and to write it back on the same LPUART1 :  void HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart) { HAL_GPIO_TogglePin (GPIOA, GPIO_...

TV79 by Associate II
  • 335 Views
  • 5 replies
  • 5 kudos

Resolved! LPUART no output

Hello,I am programming an STM32WB55CGU6 on custom PCB. I'm using the LPUART1 peripheral according to the datasheet and reference manual, but at the transmitter pin (PA2) I'm not seeing any traffic. It's just stable at about 3.3V. There is a led at PC...

JS8 by Senior
  • 227 Views
  • 2 replies
  • 0 kudos
Labels