Hello !
I am trying to communicate between F280025C(slave) and ESP32(master) with SPI communication.
I can send the data from ESP32 (SPI master) and also can see the signals on oscilloscope (CLK, CS and MOSI). Unfortunately the F280025C is not able to put its data out on MISO line and therefore I receive zero all the time.
I have set F280025C in slave mode and without interrupts. Also I have enabled pull up and set the ASYC modes on GPIO pins. I am not sure the slave is able to recognize the master clock signals.
Is there any special way to set the F280025C in slave mode other than those mentioned in examples? How can I configure the slave device to recognize the master clocks and put its data out. Any leads would be helpful.
Thank you!