STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! wrong UART interrupt is getting fired

I am using UART to transmit and receive data. for transmitting I am using polling method function HAL_UART_Transmit(&hart1, buf, 8,1000) and for receiving i am using HAL_UART_Receive_IT(&hart, Rx_buf,8); receiving is working fine but after transmitti...

Anwar.786 by Associate II
  • 2654 Views
  • 17 replies
  • 0 kudos

UART escape sequences? NUCLEO-U575ZI

Hello everybody! I want to implement a simple UART debug/diagnose tool for my application, using UART on NUCLEO-U575ZI -> Termite or whatever other PC terminal program. Could please someone help me with a link to a list of escape sequences that I ca...

Skfir by Senior
  • 1207 Views
  • 6 replies
  • 0 kudos

ADC DMA not updating all channels

I'm using an STM32L4S9 MCU and I'm having trouble getting all the channels to update after starting ​HAL_ADC_Start_DMA. I'm doing a regular 12 bit conversion on 5 channels, trigger by software, waiting for conversion completed in the adc call back ...

SWood.4 by Associate III
  • 885 Views
  • 1 replies
  • 0 kudos