You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by smalcom December 9, 2024
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.
Also prevent to use HSE as it is not operational
as oscillator. See Errata sheet.
Fixesstm32duino#2598
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Discussed in https://github.com/orgs/stm32duino/discussions/2595
Originally posted by smalcom December 9, 2024
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
The text was updated successfully, but these errors were encountered: