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_it/readme.md

12 lines
293 B
Markdown
Raw Normal View History

2021-06-20 12:25:46 +08:00
**board/bl706_iot/pinmux_config.h** 中 **CONFIG_GPIO22_FUNC** 选择 **GPIO_FUN_PWM**
**board/bl706_iot/clock_config.h** 中
2021-06-20 12:25:46 +08:00
- **BSP_PWM_CLOCK_SOURCE** 选择 **ROOT_CLOCK_SOURCE_32K_CLK**,
- **BSP_PWM_CLOCK_DIV** 设置成 **32**
2021-06-20 12:25:46 +08:00
```bash
$ make APP=pwm_it BOARD=bl706_iot
```