9 years, 11 months ago.

AnalogOut

please how to use DAC , AnalogOut with Nucleo F103RB? a have allweys Error: Identifier "AnalogOut" is undefined in "main.cpp"

Question relating to:

Affordable and flexible platform to ease prototyping using a STM32F103RBT6 microcontroller.

in the end i use PWM for output audio https://www.youtube.com/watch?v=ztKkBWkpwTA

posted by Hamza BENDALI BRAHAM 25 Dec 2015

1 Answer

9 years, 11 months ago.

Hi,

There is no DAC on the STM32F103RB device this is why you have this error. If you want to use a DAC you must use the NUCLEO_L152RE or NUCLEO_F302R8 for now.

Regards.

Accepted Answer