2024-12-05 01:00 AM - last edited on 2024-12-05 03:02 AM by SofLit
Hi,
I would need dual DAC using STM32H745. According to datasheet, it should have two DAC converters. In STM32CubeIDE, I can see only DAC1 with two channels. In the datasheet, I can only see DAC1_OUT1 and DAC1_OUT2 pins, but no DAC2 out pins. Is there DAC2 available in STM32H745?
Solved! Go to Solution.
2024-12-05 02:49 AM
Hello,
Are you asking for F7 or H7? and which H7 part number? they are different!
Please refer to the reference manual DAC implementation section of the correspondent product:
For example STM32G4 has 4 DACs:
This is for STM32H743. It has One DAC with 2 channels.
2024-12-05 02:03 AM - edited 2024-12-05 02:06 AM
Hello,
There is only one DAC with two channels on this product in the datasheet:
In CubeMx:
Hope that answers your question.
2024-12-05 02:36 AM
Hi,
I'm a bit confused as everywhere has stated two DAC:
So, there is error in datasheet? Even product selector claims that there are two DACs. Is there any model of STM32H7 family, which actually has dual DAC?
2024-12-05 02:41 AM
Hi,
There is a dac module with 2 channels, out1 and out2 ; these are the outputs of the two DAC.
Just the name is not what you expected.
2024-12-05 02:48 AM
Hi,
So, is it possible the get two independent DAC outputs? I would need two 12bit synchronous analog outputs.
2024-12-05 02:49 AM
Hello,
Are you asking for F7 or H7? and which H7 part number? they are different!
Please refer to the reference manual DAC implementation section of the correspondent product:
For example STM32G4 has 4 DACs:
This is for STM32H743. It has One DAC with 2 channels.
2024-12-05 02:56 AM
I meant STM32H745. There is typo in title.
2024-12-05 02:58 AM - edited 2024-12-05 03:01 AM
STM32H745 and STM32H743 have the same DAC implementation. So you have one DAC instance with two channels (DAC1_OUT1/DAC1_OUT2).
But indeed there is an issue in the second screenshot DAC2_OUT needs to be DAC1_OUT2 and DAC1_OUT has '1' is missing.
2024-12-05 03:59 AM
@mosamasa wrote:So, is it possible the get two independent DAC outputs? I would need two 12bit synchronous analog outputs.
Answered here: