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 #497

Closed
rei-vilo opened this issue Oct 18, 2014 · 3 comments
Closed

Faster SPI #497

rei-vilo opened this issue Oct 18, 2014 · 3 comments

Comments

@rei-vilo
Copy link
Member

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?

@ecdr
Copy link

ecdr commented Oct 28, 2014

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))

@rei-vilo
Copy link
Member Author

rei-vilo commented Jul 8, 2015

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

@robertinant
Copy link
Member

This issue was moved to energia/msp432-core#27

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

3 participants