-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Using QSPI pins as a GPIO (for example for Blink) #2417
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
Comments
Sounds like a duplicate of #1799 ? But pinging @andygpz11 as he has also been using Flash-less RP2350s (on an internal project), so he might have some helpful tips? |
@lurch Thanks for the ping. @Fantonrko I have attached a zip of an example module I have generated by extracting the relevant parts from some source code we are using internally. To get it building I just added the module to one of the It does build but it is not currently easy for me to test this. That said, I would expect this to work for you. Two things to note although I suspect you are well aware of the first point:
Please see attached, good luck and please keep us posted. |
thanks @andygpz11 we have some rp2040's that share the same flash and after disabling the flash - re-use the pins for communication |
Thanks all! Will check all this info |
Hi, I'm using RP2350 without Flash. I managed to run UART on pins SCLK, CS, SD0, SD1, SD2, SD3. But I don't understand how to use them as SIO, for example to blink a LED or Read State
The text was updated successfully, but these errors were encountered: