Skip to main content
Denis Gottardello
Associate III
September 12, 2022
Question

Framing error callback with dma uart channel

  • September 12, 2022
  • 0 replies
  • 459 views

Hi. I have an uart managed by dma rx channel.

In order to disable the error callback when a framing error comes (HAL_UART_ERROR_FE) I have comment out the line of code

huart->ErrorCode |= HAL_UART_ERROR_FE;

Is there a grace way to do that, without to edit the HAL libraries?

This topic has been closed for replies.