How to find out which DMA Stream and Channel to use for the USART on a Nucleo F446RE board?
Hi all,
I'm trying to implement a class that should allow me to use the USART with the DMA.
It's a learning project in which I'm trying to learn how to retrieve the correct information from the datasheet and the reference manual.
I'm reading the reference manual RM0390 and the datasheet STM32F446xC/E.
I don't understand how I can choose the correct stream and channel for the USART.
take as example the USART1.
At page 207 section 9.3.4 there is the table 28 and 29that is telling me what is connected to the streams and channels, but it's written that they are examples.
Does it means that there is no fixed configuration and that I have to choose or is it the only usable configuration?
If the answer is the first how can I choose?