2023-12-15 04: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.
2023-12-15 05: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 !
2023-12-15 05: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 !
2023-12-16 01:55 AM
That was it. Not used to the graphical configuration on CUBEIDE.
Thankyou very much.