FMPI2C DMA Not working - STM32F446
Hello All, I am trying to talk to an FRAM over FMPI2C on the STM32F446 using DMA, but the DMA is not able to "start". I am using the Mem_Write_DMA function in stm32f4xx_hal_fmpi2c.c.When I do a side by side comparison with the Mem_Write_DMA function ...