Thank you Lukas,
I have some more questions.
1. I want to send 5 SPI Commands (May increase to 15 SPI Commands)of 32bit for 20 times, with help of PIT timer.(PIT1, PIT2)
2. For 5SPI commands, I have configured PIT2 and Source of DMA as SPI1 Tx for DMA channel 2(0,1,2)
3. To check the 20 times transfer, I have configured PIT1 with value as 20 * PIT2, PIT2 as ISR, once it raises ISR, I will read the buffer.
4. Will this work for retriggering of SPI commands or I need to do some software handling after 5SPI commands.
5. For Reception, how to handle the data (overflow) without intervention of software in between.