STM32H7 UART - use FIFO and get per-character interrupt?
Hi
The MCU is a STM32H735
I will use the UART3 port for combined debug output and command line interface
So I would like to use the FIFO, it quite useful when sending debug data.
The Fifo is also useful for RX, if e.g. interrupt is blocked by other interrupt with higher priority
But I would like to have interrupt on every byte that I receive. That's needed for the command line interface where I echo and edit, finish, recall commands.
I have not been able to configure it like this.
I do not need to use the Hall libraries, I can just implement a simple ring-buffer myself.
Is it possible to both use the Fifo and have interrupt on every bytes received?
Best Regards
Kristian Vang
