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_breath_led
2021-09-26 15:30:44 +08:00
..
cdk [chore][cdk] update cdk setting,add all hal source into cdk,delete unused include path 2021-09-26 15:30:44 +08:00
CMakeLists.txt first commit 2021-04-13 19:27:30 +08:00
main.c [fix][examples] modify some demos peripheral init parameters,update ld file 2021-09-26 15:06:14 +08:00
readme.md [fix][examples] modify some demos peripheral init parameters,update ld file 2021-09-26 15:06:14 +08:00

board/bl706_iot/pinmux_config.hCONFIG_GPIO22_FUNC 选择 GPIO_FUN_PWM

board/bl706_iot/clock_config.h

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

$ make APP=pwm_breath_led BOARD=bl706_iot