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

SPI broken on STM32F4DISCOVERY board #181

Closed
gfwilliams opened this issue Jan 16, 2014 · 1 comment
Closed

SPI broken on STM32F4DISCOVERY board #181

gfwilliams opened this issue Jan 16, 2014 · 1 comment

Comments

@gfwilliams
Copy link
Member

Thread here: http://forum.espruino.com/conversations/438/

Works on 1v44. Nightly build from 16th works fine, from 18th it doesn't.

could be this fa29fc5

// short A6/A7
SPI1.setup({sck:A5, miso:A6, mosi:A7});
SPI1.send("Hello"); // returns 00000 but should return "Hello"
@gfwilliams
Copy link
Member Author

This is fixed now

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

No branches or pull requests

1 participant