2021-10-17 07:25 AM
Hi,
I'm new to STM32 board and following a tutorial which uses DAC. The board I'm using is STM32F411E-Disco, and I select the board in CubeIDE to create a project.
The board 32F411EDISCOVERY - Discovery kit with STM32F411VE MCU - STMicroelectronics has a DAC but I can't find it when I try to configure the pins in CubeIDE/CubeMX.Do I miss something?
Solved! Go to Solution.
2021-10-17 07:58 AM
The chip doesn't have an onboard DAC. However, the board has an audio DAC chip which is connected to the MCU and is controlled via I2S (and I2C?).
2021-10-17 07:58 AM
The chip doesn't have an onboard DAC. However, the board has an audio DAC chip which is connected to the MCU and is controlled via I2S (and I2C?).