Replies: 2 comments
-
Hi @smalcom I've created an issue from this discussion: #2598 Note: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Cool, superfast fix. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good day, everyone.
I'm trying to launch SPI1 under Arduino IDE. The transmission didn't work and I switched to direct control of the registers.
The problem is solved. By default, stm32duino sets the system clocking from PLL1P. And SPI1 cannot use this signal as a source. I switched SPI1 to clocking from PER_CK and everything worked.
Copy of the stthread
Beta Was this translation helpful? Give feedback.
All reactions