Resolved! STM32F4 SPI-DMA with daisy chain not working. Problem with NSS signal.
I have done an SPI transfer only with DMA and working fine, but when I need to do a daisy chain configuration its not working. I am suspecting the NSS signal.below is SPI configuration#define SPIx_Mode SPI_MODE_MASTER #define SPIx_Direc...