User Activity

I have SPI2 set up to access external flash - and it works well without DMA.Setting up SPI2 to access flash with DMA, a read correctly fills the buffer provided - but my callback functions (overriding their __WEAK counterparts) aren't called (HAL_SPI...