-
Notifications
You must be signed in to change notification settings - Fork 1k
PB6 does not work as an output for STM32U385 #2743
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
Comments
Gpio15 is not PB6. It is GPIO pin 15 from one GPIO port. |
Nucleo-U385RG-Q |
D15 is PB13 not PB6: Arduino_Core_STM32/variants/STM32U3xx/U375R(E-G)TxQ_U385RGTxQ/variant_NUCLEO_U385RG_Q.h Line 35 in 449839e
|
Whatever the case, many GPIO pins don't toggle the LED as expected. |
It works. What is your code? |
Nevermind, it works now that I've switched to 3.3V from 1.8V. Thanks for the help. |
Describe the bug
When uploading the Blink code either via Arduino IDE or Cube, D15/PB6 does not light up when I attach a LED to it. Not sure if it's by design or there is a hardware bug.
To Reproduce
Upload the Blink program and change LED_BUILTIN to 15
Steps to reproduce the behavior:
Expected behavior
LED should light every second.
Desktop (please complete the following information):
Board (please complete the following information):
The text was updated successfully, but these errors were encountered: