Hi Everyone,
Weare working on a project where using SPI3 with DMA to communicate with flash. The problem we are facing is when copying a file from our module to PC, (file size is around 130 MB), it takes almost 14 minutes to complete the transfer.
Is there anyway we can decrease this time. We are using void DMA2_Channel2_IRQHandler(void) and void DMA2_Channel1_IRQHandler(void). Both RX and Tx callbacks are not firing and really not able to debug this issue. Looking forward to a solution. Thanks everyone.