9 years, 4 months ago.

do i have AnalogOut?

hi

I work with nucleo F411RE. On mbed.org online-compiler exists the class AnalogOut in mbed.h. Can I work with this class? Can I use every pin to analog output?

Question relating to:

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

It has none , but if you use the pwm you can simulate one, but keep in mind the current. Use a current amplifier .

posted by Saul Lopez 26 Apr 2015

1 Answer

9 years, 4 months ago.

No, the STM32F411 does not have a D/A converter on chip. You can find the available pin functions for that device here: http://developer.mbed.org/platforms/ST-Nucleo-F411RE/

The STM32L152 has a couple of Analog out pins and shown here: http://developer.mbed.org/platforms/ST-Nucleo-L152RE/

Accepted Answer