Replies: 1 comment 1 reply
-
Oh thank you! |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
This is on a custom board with STM32L562. Here's how my STM32 pins are configured, PB10, BP11 as I2C2.
Here is my
SystemClock_Config
which sets the I2C2 ClockAnd here's my PeripheralPins section for I2C2
Yet, when I compile an .ino file with this code:
It seems like the clock source isn't being set
I'm on 2.10.1
I don't see any errors, etc in the build logs. Anything else I should check?
Beta Was this translation helpful? Give feedback.
All reactions