Why all the routines, to handle the DAC output, in the STM32Fxxx_nucleo_ihm08m1 are without code (completely empty)? i.e void START_DAC() { }, void STOP_DAC() { }, void SET_DAC_value(uint16_t dac_value) { }
The 6.2 paragraph of document DocID029868 (Rev. 2), page 34, appears to be reporting incorrect information.
Furthermore, pin PA4 seems to be connected to the speed reference (potentiometer) not to one of the DAC outputs as reported in the mentioned document.
I'm using ihm08m1 board with nucleo-F401re.
