I am trying to interface Evk board with PCF2129 USING LPSPI in eDMA mode. I have used cmsis_lpspi_edma_b2b_transfer example as reference , instead of another Evk board as mention in readme document i am trying to write and read data to/from PCF2129. I am getting all the signals(clock, chip select, MOSI) correctly on DSO but i am not getting any signal on MISO pin so I can't read data.
What should I do to read data using LPSPI in eDMA mode?