2025-06-27 2:30 AM - last edited on 2025-06-27 4:20 AM by Andrew Neil
Tell me about multibuffer communication in the registers of the UART. We have a description of the RXNE flag. "The RXNE flag can also be cleared by writing a zero to it. This clearing sequence is recommended only for multibuffer communication". It turns out that when using DMA, you can reset RXNE this way. But why? After all, DMA does this automatically during operation.
Edited to add 'F4' and 'DMA' Labels.
2025-06-27 4:18 AM
I understand, thank you. They just confused me with their text. I already thought that in some cases it needs to be done manually
2025-06-27 4:21 AM
@RSolo.1 wrote:I already thought that in some cases it needs to be done manually
Indeed it does.