Skip to main content
svraj
Associate II
July 15, 2019
Question

Does STM32F103C8 has DAC?

  • July 15, 2019
  • 3 replies
  • 1950 views

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

This topic has been closed for replies.

3 replies

Ozone
Principal
July 15, 2019

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
svrajAuthor
Associate II
July 15, 2019

Thanks for your response.

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

Ozone
Principal
July 15, 2019

> 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.