summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-10 16:25:52 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-10 16:25:52 +0000
commit12d52c812dac2668031e68a783e13fd7f8b49510 (patch)
treef09f02bab834f5f0a8ff1e582e32c942a87c827f /nuttx/configs/stm3240g-eval
parentbfd6e961c47c3572c7c409c296b345966634c217 (diff)
downloadpx4-nuttx-12d52c812dac2668031e68a783e13fd7f8b49510.tar.gz
px4-nuttx-12d52c812dac2668031e68a783e13fd7f8b49510.tar.bz2
px4-nuttx-12d52c812dac2668031e68a783e13fd7f8b49510.zip
Correct GPIO dump output
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4288 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3240g-eval')
-rwxr-xr-xnuttx/configs/stm3240g-eval/README.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/nuttx/configs/stm3240g-eval/README.txt b/nuttx/configs/stm3240g-eval/README.txt
index 9702bf03e..93c1d0efe 100755
--- a/nuttx/configs/stm3240g-eval/README.txt
+++ b/nuttx/configs/stm3240g-eval/README.txt
@@ -595,19 +595,25 @@ Where <subdir> is one of the following:
be manually enabled by selecting:
CONFIG_PWM=y : Enable the generic PWM infrastructure
- CONFIG_PWM_PULSECOUNT=n : Disable to support TIM1/8 pulse counts
+ CONFIG_PWM_PULSECOUNT=n : Disable to support for TIM1/8 pulse counts
CONFIG_STM32_TIM4=y : Enable TIM4
CONFIG_STM32_TIM4_PWM=y : Use TIM4 to generate PWM output
CONFIG_STM32_TIM4_CHANNEL=2
+
+ If CONFIG_STM32_FSMC is disabled, output will appear on CN3, pin 32.
+ Ground is available on CN3, pin1.
Or..
CONFIG_PWM=y : Enable the generic PWM infrastructure
- CONFIG_PWM_PULSECOUNT=y : Enable to support TIM1/8 pulse counts
+ CONFIG_PWM_PULSECOUNT=y : Enable to support for TIM1/8 pulse counts
CONFIG_STM32_TIM1=y : Enable TIM1
CONFIG_STM32_TIM1_PWM=y : Use TIM1 to generate PWM output
CONFIG_STM32_TIM1_CHANNEL=1
+ If CONFIG_STM32_FSMC is disabled, output will appear on CN2, pin 24
+ Ground is available on CN2, pin1.
+
See also include/board.h and apps/examples/README.txt
Special PWM-only debug options: