From 24cf541aa9baeb5bcec074ecb98f6776fa2ac844 Mon Sep 17 00:00:00 2001 From: Reto Schneider Date: Tue, 6 Mar 2018 23:36:36 +0100 Subject: [PATCH] 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 --- boards/arm/olimex_stm32_e407/doc/olimex_stm32_e407.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/arm/olimex_stm32_e407/doc/olimex_stm32_e407.rst b/boards/arm/olimex_stm32_e407/doc/olimex_stm32_e407.rst index 7f01f413c8ecdd..7f6a87f3e0c519 100644 --- a/boards/arm/olimex_stm32_e407/doc/olimex_stm32_e407.rst +++ b/boards/arm/olimex_stm32_e407/doc/olimex_stm32_e407.rst @@ -133,7 +133,7 @@ CON1 power +-------+--------------+-------------------------+ | Pin | Signal Name | STM32F407 Pin# | +=======+==============+=========================+ -| RST | RESET | 23 | +| RST | RESET | 25 | +-------+--------------+-------------------------+ | 3V3 | VCC (3V3) | N/A | +-------+--------------+-------------------------+