Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Quad SPI mode  #7063

Copy link
Copy link
Closed
Closed
Copy link
@0x0fe

Description

@0x0fe
Issue body actions

Related area

adding QSPI mode to the SPI driver

Hardware specification

ESP32, ESP32C3

Is your feature request related to a problem?

I could not find any implementation of QSPI mode in the ESP32 core. QSPI is useful in various scenarios, flash, ADCs/DACs, fpgas, inter chip communiation, custom interfaces.

Describe the solution you'd like

Being able to select the QSPI mode on a SPI interface, as it has been done here, https://github.com/CutClassH/sea_esp32_qspi but this does not work anymore.

Describe alternatives you've considered

in my case i want to send 3 parallele 8 bit streams, that is, sending 3 separate bistreams on 3 GPIOs synced with the same clock.QSPI seems like the best way to do it at decent speed. An alternative is to bitbang, the last recourse, but bitbanging on ESP32 is not really practical (by experience).

Additional context

No response

I have checked existing list of Feature requests and the Contribution Guide

  • I confirm I have checked existing list of Feature requests and Contribution Guide.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.