cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F103C8T6 - no DAC?

chriskuku
Senior II

I  had started an STM32F103C8T6 project in STM32CubeIDE. Now I wanted to use a DAC to output an analog signal from an internally stored wavetable.

I don't see any DAC when opening the IOC editor. Doesn't the F103 have any DACs?

1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru

Only high-density STM32F103 devices have a DAC.  The STM32F103x8 is medium-density.

TDK_0-1690453154953.png

 

If you feel a post has answered your question, please click "Accept as Solution".

View solution in original post

4 REPLIES 4
AScha.3
Chief II

take a look at the ds --- might help.

AScha3_0-1690453162651.png

 

If you feel a post has answered your question, please click "Accept as Solution".
TDK
Guru

Only high-density STM32F103 devices have a DAC.  The STM32F103x8 is medium-density.

TDK_0-1690453154953.png

 

If you feel a post has answered your question, please click "Accept as Solution".

waclawekjan_0-1690453416961.png

 

JW

chriskuku
Senior II

Thanks. So I will have to sort out to PWM in this case. Changing the horse is not an option momentarily.