STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

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
  • 3184 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
  • 1414 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
  • 1019 Views
  • 1 replies
  • 0 kudos

Resolved! Weird behavior at HAL_GPIO function. Why the microcontroller is unable to set some pins after execute HAL code assertion statement?

I was running and debugging a part of my application on a stm32F207zg microcontroller.Microcontroller is on a custom PCB that is in validation process.This part of application has to set or clear 16 gpios configured as output.If they are initialized ...

0693W00000aHqGxQAK.jpg 0693W00000aHqX0QAK.jpg
genisuvi by Associate III
  • 1515 Views
  • 3 replies
  • 0 kudos