Question
Why does not CubeMX configure the DMA peripheral address? My CubeMX 6.5.0 project is for NUCLEO-G474RE and uses USART3 RX DMA via LL.
I would have expected CubeMX to include/generate a line, for example like:
LL_DMA_SetPeriphAddress(DMA1, LL_DMA_CHANNEL_3, LL_USART_DMA_GetRegAddr(USART3, LL_USART_DMA_REG_DATA_RECEIVE) );
