mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Make STM32 F4 TIM pin naming consistent with F1
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4272 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -213,7 +213,7 @@ configured to output a pulse train using TIM4 CH2. This pin is used by
|
|||||||
FSMC is but is also connected to the Motor Control Connector (CN5) just
|
FSMC is but is also connected to the Motor Control Connector (CN5) just
|
||||||
for this purpose:
|
for this purpose:
|
||||||
|
|
||||||
PD13 FSMC_A18 / MC_TIM4_CH2 pin 33 (EnB)
|
PD13 FSMC_A18 / MC_TIM4_CH2OUT pin 33 (EnB)
|
||||||
|
|
||||||
FSMC must be disabled in this case! PD13 is available at:
|
FSMC must be disabled in this case! PD13 is available at:
|
||||||
|
|
||||||
|
|||||||
@@ -311,7 +311,7 @@
|
|||||||
* but is also connected to the Motor Control Connector (CN5) just for this
|
* but is also connected to the Motor Control Connector (CN5) just for this
|
||||||
* purpose:
|
* purpose:
|
||||||
*
|
*
|
||||||
* PD13 FSMC_A18 / MC_TIM4_CH2 pin 33 (EnB)
|
* PD13 FSMC_A18 / MC_TIM4_CH2OUT pin 33 (EnB)
|
||||||
*
|
*
|
||||||
* FSMC must be disabled in this case! PD13 is available at:
|
* FSMC must be disabled in this case! PD13 is available at:
|
||||||
*
|
*
|
||||||
@@ -320,7 +320,7 @@
|
|||||||
* Motor Control Connector CN15, pin 33 -- not available unless you bridge SB14.
|
* Motor Control Connector CN15, pin 33 -- not available unless you bridge SB14.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define GPIO_TIM4_CH2 GPIO_TIM4_CH2_2
|
#define GPIO_TIM4_CH2OUT GPIO_TIM4_CH2OUT_2
|
||||||
|
|
||||||
/* CAN
|
/* CAN
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -117,7 +117,7 @@
|
|||||||
* but is also connected to the Motor Control Connector (CN5) just for this
|
* but is also connected to the Motor Control Connector (CN5) just for this
|
||||||
* purpose:
|
* purpose:
|
||||||
*
|
*
|
||||||
* PD13 FSMC_A18 / MC_TIM4_CH2 pin 33 (EnB)
|
* PD13 FSMC_A18 / MC_TIM4_CH2OUT pin 33 (EnB)
|
||||||
*
|
*
|
||||||
* FSMC must be disabled in this case! PD13 is available at:
|
* FSMC must be disabled in this case! PD13 is available at:
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
* a pulse train using TIM4 CH2. This pin is used by FSMC is connect to CN5 just for this
|
* a pulse train using TIM4 CH2. This pin is used by FSMC is connect to CN5 just for this
|
||||||
* purpose:
|
* purpose:
|
||||||
*
|
*
|
||||||
* PD13 FSMC_A18 / MC_TIM4_CH2 pin 33 (EnB)
|
* PD13 FSMC_A18 / MC_TIM4_CH2OUT pin 33 (EnB)
|
||||||
*
|
*
|
||||||
* FSMC must be disabled in this case!
|
* FSMC must be disabled in this case!
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user