Resolved! How to know the when the DMA transfer done?
Hi.I use a trigger source to trigger SPI tx/rx linked-list DMA (not circular). But have no clues how to jude if the tx/rx DMA is done. I traced the IRQ handler, it calls, the code below: /** * @brief DMA SPI transmit receive process complete c...