Skip to content

Quad SPI mode #7063

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
1 task done
0x0fe opened this issue Jul 30, 2022 · 9 comments
Closed
1 task done

Quad SPI mode #7063

0x0fe opened this issue Jul 30, 2022 · 9 comments
Labels
Type: Feature request Feature request for Arduino ESP32

Comments

@0x0fe
Copy link

0x0fe commented Jul 30, 2022

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.
@0x0fe 0x0fe added the Type: Feature request Feature request for Arduino ESP32 label Jul 30, 2022
@VojtechBartoska VojtechBartoska added the Status: Awaiting triage Issue is waiting for triage label Aug 3, 2022
@Jason2866
Copy link
Collaborator

The connected flash (where the sketch is flashed) to the ESP32, C3, S2 can use mode qio. Or do you mean something different?

@0x0fe
Copy link
Author

0x0fe commented Aug 17, 2022

no, i mean for the SPI driver of arduino core, the "user side" driver. Currently it does not support QSPI (at least on C3).

@0x0fe
Copy link
Author

0x0fe commented Aug 17, 2022

if you check the initial message i think it was quite clear though, with example linked

@VojtechBartoska
Copy link
Contributor

VojtechBartoska commented May 9, 2023

Related request from the discussion: #8174

Adding this to 3.0.0 milestone to triage this Feature Request.

@VojtechBartoska
Copy link
Contributor

Postponing this to 3.1.0 Milestone, we need to evaluate this again.

@0x0fe
Copy link
Author

0x0fe commented Feb 21, 2024

@VojtechBartoska OK, well noted

@kylongmu
Copy link

Postponing this to 3.1.0 Milestone, we need to evaluate this again.

Waiting for the qspi support in arduino too.

@xChumimin
Copy link

I need more documentation, examples and support on both qspi and dual io spi

@Parsaabasi
Copy link

Hello,

Due to the overwhelming volume of issues currently being addressed, we have decided to close the previously received tickets. If you still require assistance or if the issue persists, please don't hesitate to reopen the ticket.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature request Feature request for Arduino ESP32
Projects
None yet
Development

No branches or pull requests

7 participants