From 4823d31359b780d0c0845752ea983b40966d6177 Mon Sep 17 00:00:00 2001 From: Hugo Vincent Date: Wed, 8 Jul 2015 13:50:16 +0100 Subject: [PATCH] Add USART pins for 32F429IDISCOVERY board to README. --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b2ed6b5..85c1cd9e 100644 --- a/README.md +++ b/README.md @@ -132,11 +132,20 @@ or USART1 of STM32F4DISCOVERY depending on the selected option when you execute * USART2: PA2 (TX), PA3 (RX) * USART1: PA9 (TX), PX10 (RX) +For 32F429IDISCOVERY, the pins are as follows: +* USART4: PC11 (TX), PC10 (RX) (default config) +* USART2: PD5 (TX), PD6 (RX) +* USART1: PA9 (TX), PA10 (RX) + You can established serial connection with the board using a serial to USB -converter: +converter (for STM32F4DISCOVERY): * USB2TTL RX ---> PA0 / PA2 / PA9 * USB2TTL TX ---> PA1 / PA3 / PA10 +or (for 32F429IDISCOVERY): +* USB2TTL RX ---> PC11 / PD5 / PA9 +* USB2TTL TX ---> PC10 / PD6 / PA10 + Select the appropriate terminal emulator and configure it for 115200 baud, 8 data bits, no parity, one stop bit. For GNU/Linux, program `screen` can be used for such purpose. Installation on Ubuntu / Debian based systems: