Raspberry Pico - external Flash driver - how to change SPI clock speed? #4714
Unanswered
Gustavomurta
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Currently, it is set as a fixed value and cannot be changed. I would appreciate it if you could create a Pull Request to make it configurable. https://github.com/tinygo-org/drivers/blob/v0.29.0/flash/transport_spi.go#L43 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am studying and testing the External Flash Driver (second SPI Flash memory), using the Raspberry Pico.
I can't figure out how to change the clock speed of the SPI interface (machine.SPI0). Or is this not possible in this Tinygo driver?
https://github.com/tinygo-org/drivers/tree/release/flash
https://github.com/tinygo-org/drivers/tree/release/examples/flash/console
Beta Was this translation helpful? Give feedback.
All reactions