[doc][dac] update dac demo readme

This commit is contained in:
jzlv 2021-11-10 16:49:40 +08:00
parent 1ad8786877
commit de9ab77abc
3 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,8 @@
- 将 **CONFIG_GPIO11_FUNC** 设置成 **GPIO_FUN_DAC**
- 如果使用外部参考电压,将 **CONFIG_GPIO7_FUNC** 设置成 **GPIO_FUN_ADC**
- 设置 **BSP_DAC_CLOCK_SOURCE** 为 **ROOT_CLOCK_SOURCE_AUPLL_24000000_HZ**
- 设置 **BSP_DAC_CLOCK_DIV****2**能够得到500KHZ
```bash
$ make APP=dac_dma BOARD=bl706_iot

View File

@ -1,3 +1,8 @@
- 将 **CONFIG_GPIO11_FUNC** 设置成 **GPIO_FUN_DAC**
- 如果使用外部参考电压,将 **CONFIG_GPIO7_FUNC** 设置成 **GPIO_FUN_ADC**
- 设置 **BSP_DAC_CLOCK_SOURCE** 为 **ROOT_CLOCK_SOURCE_AUPLL_12288000_HZ**
- 设置 **BSP_DAC_CLOCK_DIV****23**能够得到16KHZ
```bash
$ make APP=dac_mono_play_form_flash BOARD=bl706_iot

View File

@ -1,3 +1,8 @@
- 将 **CONFIG_GPIO11_FUNC** 设置成 **GPIO_FUN_DAC**
- 如果使用外部参考电压,将 **CONFIG_GPIO7_FUNC** 设置成 **GPIO_FUN_ADC**
- 设置 **BSP_DAC_CLOCK_SOURCE** 为 **ROOT_CLOCK_SOURCE_AUPLL_24000000_HZ**
- 设置 **BSP_DAC_CLOCK_DIV****2**能够得到500KHZ
```bash
$ make APP=dac_poll BOARD=bl706_iot