-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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] fixed spi initialization stm32f1 #1371
Conversation
Doesn't seem to work with the BlueGiga |
Uh, sorry @kirkscheper, saw your comment too late... |
@kirkscheper should be fixed for slave mode as well now |
Will test and let you know.
|
Nope, still doesn't work |
typo: sw/airborne/arch/stm32/mcu_periph/spi_arch.c:1338 was should be |
with this fix it works |
thx, typo fixed |
Using spi2 on Lisa/S worked if UART3 was also active, but this was a workaround. This is no longer required with this fix.