STM32F407 Ref Manual Bus Matrix - Typo?
Histudying the DMA of the STM32F407 MCU, I came across Figure 1: System architecture.It says DMA_PI for GP_DMA1 but DMA_P2 for GP_DMA2.I reckon that DMA_PI is a simple typo and should be called DMA_P1 and stands for the DMA peripheral bus.Would you a...