cancel
Showing results for 
Search instead for 
Did you mean: 

Does STM32F103C8 has DAC?

svraj
Associate II

hello all,

I am trying to generate SPWM using STM32F103C8, does it require DAC.

i am confused help me out of it.

Thank in advance

3 REPLIES 3
Ozone
Lead

Are you speaking about Sinusoidal Pulse Width Modulation ?

That method is about creating a sinus-like signal without analog output.

The F103 does have a DAC unit, though.

svraj
Associate II

Thanks for your response.

Yes, You are right I am speaking Sinusoidal PWM. Do you Know how to do it using F103?

> Do you Know how to do it using F103?

Not practically.

Using PWM and continuously updating the duty cycle would be one method. I reckon that could become a bit difficult for high (sinus) frequencies.