GPIO Configuration Issue #45249
Answered
by
ndrs-pst
LaVoute974
asked this question in
Q&A
-
Hi ! This is probably a dumb question but I need some help : I'm trying to simply blink an LED on my STM32L073 board. The LED is connected to the PB6 pin here's my code :
I'm using platformio with Zephyr RTOS framework |
Beta Was this translation helpful? Give feedback.
Answered by
ndrs-pst
Jan 10, 2024
Replies: 1 comment 1 reply
-
cc @erwango |
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
@LaVoute974, it turns out the actual device name is "gpio@50000400".
This issue seems to be related to the one discussed in this Stack Overflow thread: Cannot get device binding in Zephyr,
where similar challenges in device binding in Zephyr are addressed.
By the way, using DT_NODELABEL(...) to get a node identifier is the way to go.