Hardware SPI not working

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
User avatar
jimmo
Posts: 2754
Joined: Tue Aug 08, 2017 1:57 am
Location: Sydney, Australia
Contact:

Re: Hardware SPI not working

Post by jimmo » Wed May 22, 2019 4:37 pm

Some ideas:
- check that you have the right phase/polarity etc (does the logic analyser waveforms look like the datasheet)
- confirm that what you see in the logic analyser decode mode (hopefully it has that for SPI) matches what you're sending and receiving in Python
- are all responses incorrect or just some?

Post Reply