-
Notifications
You must be signed in to change notification settings - Fork 56
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
Mistake in Line 277 #58
Comments
which subdirectory? |
Sorry: Arduino-STM32-CAN/stm32f103 |
It looks like a bug. |
Thanks for your excelent work! i never get CAN and Blue Pill running without your sketch! |
Fixed. thank you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dear Nopnp2002,
i think there is a mistake in Line 277 " GPIOA->ODR |= 0x1UL << 12; // PA12 Upll-up"
The PA12 is the TX pin, i think that the RX pin (PA11) must be usesed in this line
simulat to GPIOB->ODR |= 0x1UL << 8; // PB8 Upll-up (this is RX Pin
best regards
Kay
by the way, thanks for your Sketch!
The text was updated successfully, but these errors were encountered: