Skip to content

Commit

Permalink
boards: olimex stm32-e407: Fix pin number of RESET
Browse files Browse the repository at this point in the history
According to STM32-E407.pdf (Revision I, June 2017), CON1 RST is
connected to processor pin zephyrproject-rtos#25, not zephyrproject-rtos#23.

Signed-off-by: Reto Schneider <code@reto-schneider.ch>
  • Loading branch information
rettichschnidi committed Mar 6, 2018
1 parent 6ce8637 commit 24cf541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/arm/olimex_stm32_e407/doc/olimex_stm32_e407.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ CON1 power
+-------+--------------+-------------------------+
| Pin | Signal Name | STM32F407 Pin# |
+=======+==============+=========================+
| RST | RESET | 23 |
| RST | RESET | 25 |
+-------+--------------+-------------------------+
| 3V3 | VCC (3V3) | N/A |
+-------+--------------+-------------------------+
Expand Down

0 comments on commit 24cf541

Please sign in to comment.