Skip to content

Commit dfcf11f

Browse files
rettichschnidigalak
authored andcommitted
boards: olimex stm32-e407: Fix pin number of RESET
According to STM32-E407.pdf (Revision I, June 2017), CON1 RST is connected to processor pin #25, not #23. Signed-off-by: Reto Schneider <[email protected]>
1 parent 52e0494 commit dfcf11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/arm/olimex_stm32_e407/doc/olimex_stm32_e407.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ CON1 power
133133
+-------+--------------+-------------------------+
134134
| Pin | Signal Name | STM32F407 Pin# |
135135
+=======+==============+=========================+
136-
| RST | RESET | 23 |
136+
| RST | RESET | 25 |
137137
+-------+--------------+-------------------------+
138138
| 3V3 | VCC (3V3) | N/A |
139139
+-------+--------------+-------------------------+

0 commit comments

Comments
 (0)