Skip to content
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

Enabled SPI for the TM4C129x #57

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

tcaxle
Copy link

@tcaxle tcaxle commented Mar 15, 2024

PR for #56

Code tested on the EK-TM4C1294XL with SSI0 on GPIO port A in SDIO mode.

Further testing recommended but basic functionality is confirmed.

Closes: #56

@tcaxle tcaxle mentioned this pull request Mar 15, 2024
@tcaxle
Copy link
Author

tcaxle commented Mar 15, 2024

See picoscope output for the Hello World example here:
image

impl<T> MisoPin<SSI3> for PQ3<AlternateFunction<AF14, T>> where T: OutputMode {}
impl<T> MosiPin<SSI3> for PQ2<AlternateFunction<AF14, T>> where T: OutputMode {}

// SSI3 (alt)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are these commented out?

@thejpster
Copy link
Member

Please run cargo fmt. One query but otherwise looks great, and fantastic to see the scope screenshot - very reassuring!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SPI on the TM4C129x
2 participants