Resolved! SPI Transmit in DMA circular mode not call Tx_complete_callback?
i want to interface shift register(74HC595) with STM32F103C8T6 MCU using SPI Transmit only master mode.I need to continuously write shift register so it is continuously update op pins. so i set SPI DMA in circular mode and when transmit complete i ne...