This repository has been archived on 2023-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
bl_mcu_sdk/examples/pwm/pwm_step_motor/readme.md

396 B

board/bl706_iot/pinmux_config.h 中, 以下宏设置成 GPIO_FUN_PWM

  • CONFIG_GPIO10_FUNC
  • CONFIG_GPIO11_FUNC
  • CONFIG_GPIO12_FUNC
  • CONFIG_GPIO3_FUNC

board/bl706_iot/clock_config.h

  • BSP_PWM_CLOCK_SOURCE 选择 ROOT_CLOCK_SOURCE_32K_CLK,
  • BSP_PWM_CLOCK_DIV 设置成 31

$ make APP=pwm_step_motor BOARD=bl706_iot