I configured DMA with SPI master to transfer and receive data on LPSPI4. I have transmitted data from a hard coded array data and it is transmitted successfully and data also received from MISO.
My final goal is to transmit same array in an infinite manner i.e I want to reactivate TX channel to send the array elements again ans reactivate RX channel to receive MISO data.
I tried channel linking to reactivate same channel again but its not working for me.
I tried Trigger mode of DMa also but it was also not working.
If any example or document can shared it would be good.
Also wanted to know that Is there any cpu overhead if we use trigger mode instead of channel linking for my scenario?