Skip to content

Commit 5f9f295

Browse files
djiatsaf-stkartben
authored andcommitted
boards: st: stm32u083c_dk: correct arduino pin header
Arduino pn D10 is connected to port A pin 15 according to UM3292 - Rev 2. This pin is used in tests/drivers/gpio/gpio_basic_api. Signed-off-by: Fabrice DJIATSA <fabrice.djiatsa-ext@st.com>
1 parent 2fc2c1d commit 5f9f295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/st/stm32u083c_dk/arduino_r3_connector.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<13 0 &gpioa 8 0>, /* D7 */
2727
<14 0 &gpioa 9 0>, /* D8 */
2828
<15 0 &gpioc 7 0>, /* D9 */
29-
<16 0 &gpiob 6 0>, /* D10 */
29+
<16 0 &gpioa 15 0>, /* D10 */
3030
<17 0 &gpioa 7 0>, /* D11 */
3131
<18 0 &gpioa 6 0>, /* D12 */
3232
<19 0 &gpioa 5 0>, /* D13 */

0 commit comments

Comments
 (0)