313 views
in Platform Packages by
Hi,

I want to open graph on STM32F469,

Want to see the analogic signal of a wav file located on a USB.

What to do ?

 

Best Regards

1 Answer

0 votes
by

Hi,

the Waveform Generator sample is a good starting point, because it demonstrates the usage of the class Charts::Graph. However, this sample uses only calculated simulation data.

In ordert to display real data, you need to implement some device driver and a device class to access some data provider hardware, e.g. to read data from an ADC or a certain waveform from a file.

Let me refer to the article Device Class and Device Driver for this aspect.

Best regards,

Manfred

Embedded Wizard Website | Privacy Policy | Imprint

...