summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-13 12:25:01 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-13 12:25:01 -0600
commitb473253b2042c86a77fdd3a23f26e4344ff9cc3c (patch)
treeb131ec9389596c33373b1febfb2ac84ea0ba0a43
parent2e9c52027796632578054de084670fa2ff0d2158 (diff)
downloadnuttx-b473253b2042c86a77fdd3a23f26e4344ff9cc3c.tar.gz
nuttx-b473253b2042c86a77fdd3a23f26e4344ff9cc3c.tar.bz2
nuttx-b473253b2042c86a77fdd3a23f26e4344ff9cc3c.zip
Add STM32F4DIS-BB GPIO pin usage
-rw-r--r--nuttx/configs/stm32f4discovery/README.txt48
1 files changed, 48 insertions, 0 deletions
diff --git a/nuttx/configs/stm32f4discovery/README.txt b/nuttx/configs/stm32f4discovery/README.txt
index 5bd7792fe..afddf1006 100644
--- a/nuttx/configs/stm32f4discovery/README.txt
+++ b/nuttx/configs/stm32f4discovery/README.txt
@@ -31,6 +31,7 @@ Contents
- UARTs
- Timer Inputs/Outputs
- FPU
+ - STM32F4DIS-BB
- FSMC SRAM
- SSD1289
- UG-2864AMBAG01 / UG-2864HSWEG01
@@ -501,6 +502,53 @@ See the section above on Toolchains, NOTE 2, for explanations for some of
the configuration settings. Some of the usual settings are just not supported
by the "Lite" version of the Atollic toolchain.
+STM32F4DIS-BB
+=============
+
+On-board PIO usage:
+
+ ---------- ------------- ------------------------------
+ PIO SIGNAL FUNCTION
+ ---------- ------------- ------------------------------
+ PB11 TXEN LAN8720
+ PB12 TXD0
+ PB13 TXD1
+ PC4 RXD0/MODE0
+ PC5 RXD1/MODE1
+ PA7 RXDR/PHYAD0
+ PA2 MDIO
+ PC1 MDC
+ PA1 NINT/REFCLK0
+ PE2 NRST
+ ---------- ------------- ------------------------------
+ PC6 D2 DCMI
+ PC7 D3
+ PE0 D4
+ PE1 D5
+ PE4 D6
+ PB6 D7
+ PE5 D8
+ PE6 D9
+ PA6 PCLK
+ PA4 HS
+ PB7 VS
+ PD6 PWR_EN
+ PD12 RST
+ PB9 SDA
+ PB8 SCL
+ ---------- ------------- ------------------------------
+ USART6_TX T1IN SP3232EEY-L
+ USART6_RX T2OUT
+ ---------- ------------- ------------------------------
+ PB15 NCD MicroSD
+ PC9 DAT1
+ PC8 DAT0
+ PC12 CLK
+ PD2 CMD
+ PC11 CD/DAT3
+ PC10 DAT2
+ ---------- ------------- ------------------------------
+
FSMC SRAM
=========