We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Per Issue #8 SPI peripheral support is needed to interact with the SRAM device on Faraday. Implement this functionality using driverlib.
I need to modify the driverlib USCI B example for master operation for use on Faraday. The Faraday MCLK and SMCK are operating at 12MHz.
The text was updated successfully, but these errors were encountered:
Merge pull request #18 from kb1lqd/development
60261a6
Adding Basic SPI Support Issue #17
PR #18 closes this basic SPI support update.
Sorry, something went wrong.
No branches or pull requests
Per Issue #8 SPI peripheral support is needed to interact with the SRAM device on Faraday. Implement this functionality using driverlib.
Implementation Plan
I need to modify the driverlib USCI B example for master operation for use on Faraday. The Faraday MCLK and SMCK are operating at 12MHz.
Pinout
The text was updated successfully, but these errors were encountered: