标题: [M480] Use EADC to Capture DAC Signal [打印本页] 作者: admin 时间: 2022-5-31 15:21 标题: [M480] Use EADC to Capture DAC Signal
Application: This sample code uses EADC to capture the sine wave produced by the DAC.
BSP Version: M480 Series BSP CMSIS V3.04.000
Hardware: NuMaker-PFM-M487 Ver 3.0
In the example code, the software triggers the DAC to output a sine wave, and after the DAC output is stable, the software triggers the EADC to read its value. The sine wave consists of 64 levels. The pin used by the DAC is PB.13, and the pin used by the EADC is PB.0. The user must connect the two pins.