Hi @Sam_im
How is the ADS1256 sending a conversion complete signal? Is it a digital I/O or is it via the SPI protocol?
In case the ADS1256 sends a digital signal you could use the GPIO input interrupt to trigger the LPSPI transfer.
Regarding SPI, any example provided by the SDK should work, just use it as a 32 bit word transfer, I recommend you the eDMA and LPSPI examples.
Best Regards, Miguel.