2023-07-27 03:08 AM - edited 2023-07-27 03:08 AM
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?
Solved! Go to Solution.
2023-07-27 03:20 AM
Only high-density STM32F103 devices have a DAC. The STM32F103x8 is medium-density.
2023-07-27 03:19 AM
take a look at the ds --- might help.
2023-07-27 03:20 AM
Only high-density STM32F103 devices have a DAC. The STM32F103x8 is medium-density.
2023-07-27 03:23 AM
JW
2023-07-27 03:24 AM
Thanks. So I will have to sort out to PWM in this case. Changing the horse is not an option momentarily.