CUBEIDE wont let me configure DACS on F4 disco
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-12-15 4:25 AM
I have the latest CUBEIDE installed. Created a new STM32 project and selected an STM32F407 DISCO board ... however when I go to configure the DACS it seems to indicate they are not available ??? So I cannot configure them.
TIA for any clues on this.
Solved! Go to Solution.
- Labels:
-
STM32CubeIDE
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-12-15 5:10 AM
Hello,
For the board STM32F407G-DISC1, whatever configuration file you choose (no peripheral initialized, or all peripherals initialized with their default modes), indeed the DAC is not usable at first sight.
The reason is that all alternate pins available for DAC signals are already used for another signal...
Check PA4 and PA5 pins and this will become obvious.
Just re-assign one of these pins to DAC output and there it goes !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-12-15 5:10 AM
Hello,
For the board STM32F407G-DISC1, whatever configuration file you choose (no peripheral initialized, or all peripherals initialized with their default modes), indeed the DAC is not usable at first sight.
The reason is that all alternate pins available for DAC signals are already used for another signal...
Check PA4 and PA5 pins and this will become obvious.
Just re-assign one of these pins to DAC output and there it goes !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-12-16 1:55 AM
That was it. Not used to the graphical configuration on CUBEIDE.
Thankyou very much.
