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

Faster SPI #27

Open
robertinant opened this issue Aug 29, 2016 · 2 comments
Open

Faster SPI #27

robertinant opened this issue Aug 29, 2016 · 2 comments

Comments

@robertinant
Copy link
Member

From @rei-vilo on October 18, 2014 20:5

SPI speed tops at 8 MHz while MCUs have much faster clock speeds —e.g. 80 MHz for the LM4F120 / TM4C123 and the CC3200 120 MHz for the TM4C129.

How to get 16 MHz for SPI?

Copied from original issue: energia/Energia#497

@robertinant
Copy link
Member Author

From @ecdr on October 28, 2014 5:51

Even worse - I believe the speed for the current Energia SPI library for Tiva tops out at 4MHz?

In fixing this - is it desirable/necessary for the Energia SPI library on Tiva to continue to produce the same speeds as it currently does when given the SPI_CLOCK_DIV2 arguments?
(i.e. does it need to be kept backwards compatible, either with those macro names, or with the actual argument values to setClockDivider, or is a patch which changes the meanings okay (e.g. to make them more compatible with Arduino, MSP430 or CC3200))

@robertinant
Copy link
Member Author

From @rei-vilo on July 8, 2015 18:23

Same feature request for the MSP432, especially with the Kentec 3.5" SPI screen.

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

No branches or pull requests

1 participant