-
Notifications
You must be signed in to change notification settings - Fork 25
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
SPI support is needed #29
Comments
Probably should wait after the other performance bugs once we've wrung all the perf we can get out of async serial. |
Curious if you have done any testing on SPI support? Interested to use it for controllers/firmwares that don't support async serial > 250,000 baud. |
There's no implementation, no. Do any firmwares support streaming logging data out SPI? (As opposed to talking to NOR flash chips, which is really something else) |
*Flight supports SPIflash which is NOR chips. So not that I know of. |
Yah, I think it would be difficult to pretend to be a NOR flash chip, and if we did it we'd have a lot of the performance limitations that come with NOR flash. The SPI pinning is there to allow if we ever need to go faster than 2.47mbps, but relatively few controllers have an exposed SPI and 2.47mbps seems to be plenty. |
Unfortunately, *flight limits serial to 250,000. Will have to see if they are willing to add support for faster rates. EDIT: Looks like someone beat me to it. betaflight/betaflight#2994 |
Actually have a need to capture SPI data in the 24-32Mhz range. Curious if this hardware would be capable of that speed if the firmware was modded? |
No description provided.
The text was updated successfully, but these errors were encountered: