Issue with USART RXFIFO threshold configuration
Hello,
I am developing an application on STM32H563 MCU and NUCLEO board.
I have the following problem when trying to configure USART2 RXFIFO threshold.
In particular, on a transmission completed event, inside the ISR, I need to configure the RXFIFO threshold based on the expected number of bytes to receive.
I try to do this, using the LL_USART_SetRXFIFOThreshold(), but I see that it doesn't have effect on the RXFTCFG bits of register CR3, that remains stuck at 0.
What am I doing worng?
Regards,
Carlo
