Im trying to generate analog signal with Nucleo RF411, started with https://developer.mbed.org/handbook/AnalogIn demo (I wanna use ADC to check if/how DCA is working), AnalogIn seems to be working just fine - Im getting some data. But I can't seem to set data - AnalogOut is unknown. According to screenshot both AnalogIn.h and AnalogOut.h are linked (or so I think), but only AnalogIn works.
What am I missing?
EDIT - I've tried downloading and compiling AnalogOut example, it doesnt seem to work either - https://developer.mbed.org/handbook/AnalogOut Ive exported it into Keil, and something is wrong with AnalogOut method still. As if some library was missing or whatnot.