Skip to content

Commit 975349d

Browse files
steinerphilippadbridge
authored andcommitted
EFM32PG12_STK3402 - Correct wrong Expansion header Pin naming
Referencing to "UG257: EFM32 Pearl Gecko PG12 Starter Kit User's Guide - Chapter 4" (https://www.silabs.com/documents/public/user-guides/ug257-stk3402-usersguide.pdf) it should be like in this commit.
1 parent 89eace7 commit 975349d

File tree

1 file changed

+12
-12
lines changed
  • targets/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32PG12/TARGET_EFM32PG12_STK3402

1 file changed

+12
-12
lines changed

targets/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32PG12/TARGET_EFM32PG12_STK3402/PinNames.h

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,18 @@ typedef enum {
4949
BUTTON2 = BTN1,
5050

5151
/* Expansion headers */
52-
EXP3 = PA8,
53-
EXP4 = PC6,
54-
EXP5 = PA9,
55-
EXP6 = PC7,
56-
EXP7 = PF3,
57-
EXP8 = PC8,
58-
EXP9 = PF4,
59-
EXP10 = PC9,
60-
EXP11 = PF5,
61-
EXP12 = PA6,
62-
EXP13 = PF6,
63-
EXP14 = PA7,
52+
EXP3 = PC9,
53+
EXP4 = PA6,
54+
EXP5 = PD9,
55+
EXP6 = PA7,
56+
EXP7 = PB6,
57+
EXP8 = PA8,
58+
EXP9 = PB7,
59+
EXP10 = PA9,
60+
EXP11 = PB8,
61+
EXP12 = PD10,
62+
EXP13 = PD8,
63+
EXP14 = PD11,
6464
EXP15 = PC11,
6565
EXP16 = PC10,
6666

0 commit comments

Comments
 (0)