So Francis, you have a working code now?
Could you please provide a working example code here or inthe 'sample code' section?
It will be highly appreciated. Seems like I'm totally stuck. I haven't made any progress.
Thanks
Search found 3 matches
- Tue Aug 27, 2019 6:44 am
- Forum: Hardware
- Topic: SPI slave by register configuration
- Replies: 8
- Views: 14248
- Wed Aug 14, 2019 7:16 am
- Forum: Hardware
- Topic: SPI slave by register configuration
- Replies: 8
- Views: 14248
Re: SPI slave by register configuration
You are absolutely right.
I'll keep you up to date on any progress I make. Propably the next step is to go back to the working SPI driver example and check out all the register configuration done there.
I'll keep you up to date on any progress I make. Propably the next step is to go back to the working SPI driver example and check out all the register configuration done there.
- Mon Aug 12, 2019 8:44 am
- Forum: Hardware
- Topic: SPI slave by register configuration
- Replies: 8
- Views: 14248
SPI slave by register configuration
Hello ESP32 friends, I need to read data from a master SPI device with the esp32 as SPI slave. The specs of the master SPI are: 8 MHz clock frequency 8 bit samples (if it works, then upgrade to 32 bit later) 100 kHz sample rate 1. attempt. I used the IDF slave SPI receiver example and stripped off e...