2020-03-12 03:20 AM
Hello, I generated project with STM32CubeMX. I configured it in SPI slave with DMA Seems like memory increment mode in not working. When I check register DMA_SxCR MINC is off. But when I checked hdma_spi2_rx.Init.MemInc , its has correct DMA_MINC_ENABLE value. (BTW using SPI2 ). Please suggest.