RM0433, DMA/BDMA: Wrong memory region as source/target will set FIFO error!
While bringing up DMA on H743 in my code, I painfully found out that specifying a wrong memory region as DMA target, like ITCM for DMA transfers, will also set a FIFO error and abort transmission. RM0433 should mention wrong SRAM source or target re...