Added spi/spi_master_slave.#101
Merged
Merged
Conversation
Closed
michaelstoops
commented
Apr 12, 2021
aallan
reviewed
Apr 13, 2021
lurch
reviewed
Apr 13, 2021
lurch
reviewed
Apr 13, 2021
Wren6991
reviewed
Apr 13, 2021
Contributor
Author
|
OK, I think this is it. |
lurch
reviewed
Apr 14, 2021
lurch
reviewed
Apr 14, 2021
Contributor
Author
|
Alrighty. Feels like we're close. What's it take to get this thing merged? |
Wren6991
previously approved these changes
Jun 2, 2021
added 3 commits
June 2, 2021 19:47
…csv because Logic2 doens't work right on Mac M1 (me)
Wren6991
force-pushed
the
spi_master_slave
branch
from
June 2, 2021 18:48
64d615d to
c9e0101
Compare
Wren6991
previously approved these changes
Jun 2, 2021
Wren6991
left a comment
Contributor
There was a problem hiding this comment.
Looks great, thank you. I rebased against develop
Contributor
|
Is that CI failure related to raspberrypi/pico-sdk#462? |
|
It would also be great if there was a non-blocking slave example using irqs; do we manually make a gpio_irq on csn, or can we use the SPI0_IRQ with regular irq functions? for this? or is the SPI0_IRQ used internally for tx? |
lurch
reviewed
Oct 30, 2021
| |=== | ||
| | *Item* | *Quantity* | Details | ||
| | Breadboard | 1 | generic part | ||
| | Raspberry Pi Pico | 2 | http://raspberrypi.org/ |
Contributor
There was a problem hiding this comment.
Could you please update this URL to https://www.raspberrypi.com/products/raspberry-pi-pico/ to match the other examples? Thanks.
it is already protected at a higher level
kilograham
approved these changes
May 16, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is an example of SPI communication using both bus master and slave.
#26