Search found 2 matches
- Sat Apr 17, 2021 9:47 am
- Forum: General Discussion
- Topic: Pin Muxing VSPI or HSPI
- Replies: 1
- Views: 2091
Re: Pin Muxing VSPI or HSPI
Just an update, I was able to re-map the MISO pin from GPIO19 to GPIO12. This was done by simply passing the new pin into the slave driver function. I'm guessing the reason the other pins didnt work is due to the "disadvantage: talked about in this thread. So using the technical reference manual 4.1...
- Wed Apr 14, 2021 12:31 pm
- Forum: General Discussion
- Topic: Pin Muxing VSPI or HSPI
- Replies: 1
- Views: 2091
Pin Muxing VSPI or HSPI
Hello, I was able to use the SPI Slave API using the original pins and communicate with the master. I am now trying to switch the pins to the other side of the ESP32, however I'm not sure how to do so. If anyone could point me in the right direction or any links to an example of IO Muxing the ESP32 ...