mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Increase range of pulse count in PWM driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4302 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -350,9 +350,9 @@ CONFIG_STM32_ADC3_SAMPLE_FREQUENCY=100
|
||||
#
|
||||
# The STM3240G-Eval has no real on-board PWM devices, but the board can be configured to output
|
||||
# a pulse train using several options (see board.h). Here the default setup is for TIM8, CH4.
|
||||
# Don't forget to enable CONFIG_STM32_TIM8.
|
||||
# Don't forget to enable CONFIG_PWM and CONFIG_STM32_TIM8.
|
||||
#
|
||||
CONFIG_PWM=y
|
||||
CONFIG_PWM=n
|
||||
CONFIG_PWM_PULSECOUNT=y
|
||||
CONFIG_STM32_TIM8_PWM=y
|
||||
CONFIG_STM32_TIM8_CHANNEL=4
|
||||
|
||||
Reference in New Issue
Block a user