Afternoon all,
I'm trying to connect 2 PICO-D4 packages via an SPI bus, with one as the master and one as the slave.
The connections run from the HSPI IOMUX pins on the master to the VSPI IOMUX pins on the slave. All pins (including WP/HD) are connected as required.
In half-duplex single-line ...
Search found 3 matches
- Thu Jun 05, 2025 12:12 pm
- Forum: Hardware
- Topic: ESP32-PICO-D4 Quad-SPI as Slave - Possible?
- Replies: 0
- Views: 59
- Tue Nov 12, 2024 9:49 am
- Forum: Hardware
- Topic: EMAC and I2S interfering with each other?
- Replies: 3
- Views: 1608
Re: EMAC and I2S interfering with each other?
And that's fixed it - you're a star :)
That param/struct isn't present in 4.4.7, so I went poking through the driver code and hacked it in manually for the moment. However, adjusting it to 16 bits (with large DMA buffers in place) seems to have resolved the problem I was having.
Got to go learn ...
That param/struct isn't present in 4.4.7, so I went poking through the driver code and hacked it in manually for the moment. However, adjusting it to 16 bits (with large DMA buffers in place) seems to have resolved the problem I was having.
Got to go learn ...
- Mon Nov 11, 2024 11:17 pm
- Forum: Hardware
- Topic: EMAC and I2S interfering with each other?
- Replies: 3
- Views: 1608
EMAC and I2S interfering with each other?
I'm building a firmware for the ESP32 (specifically ESP32-WROOM-32D) to drive WS2812 LEDs (and similar).
I have a board on which the ESP32 is hooked up to a LAN8720 via RMII (external 50Mhz clock on GPIO0), and generally, all is well.
ESP-IDF version is v4.4.7 at the moment.
The board receives ...
I have a board on which the ESP32 is hooked up to a LAN8720 via RMII (external 50Mhz clock on GPIO0), and generally, all is well.
ESP-IDF version is v4.4.7 at the moment.
The board receives ...