STM32F103C8T6 - no DAC?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-27 3:08 AM - edited ‎2023-07-27 3: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.
- Labels:
-
STM32F1 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-27 3:20 AM
Only high-density STM32F103 devices have a DAC. The STM32F103x8 is medium-density.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-27 3:19 AM
take a look at the ds --- might help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-27 3:20 AM
Only high-density STM32F103 devices have a DAC. The STM32F103x8 is medium-density.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-27 3:23 AM
JW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-27 3:24 AM
Thanks. So I will have to sort out to PWM in this case. Changing the horse is not an option momentarily.
