cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H745 DAC2 missing

mosamasa
Associate II

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?

1 ACCEPTED SOLUTION

Accepted Solutions
SofLit
ST Employee

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:

SofLit_0-1733395567027.png

This is for STM32H743. It has One DAC with 2 channels.

SofLit_1-1733395700951.png

 

 

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.

View solution in original post

8 REPLIES 8
SofLit
ST Employee

Hello,

There is only one DAC with two channels on this product in the datasheet:

SofLit_0-1733393097760.png

In CubeMx:

SofLit_1-1733393143255.png

Hope that answers your question.

 

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.

Hi,

I'm a bit confused as everywhere has stated two DAC:

stm_page2.PNG

stm_page19.PNG

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?

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.

If you feel a post has answered your question, please click "Accept as Solution".

Hi,

So, is it possible the get two independent DAC outputs? I would need two 12bit synchronous analog outputs.

SofLit
ST Employee

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:

SofLit_0-1733395567027.png

This is for STM32H743. It has One DAC with 2 channels.

SofLit_1-1733395700951.png

 

 

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.

I meant STM32H745. There is typo in title.

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.

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.

@mosamasa wrote:

So, is it possible the get two independent DAC outputs? I would need two 12bit synchronous analog outputs.


Answered here:

https://community.st.com/t5/stm32-mcus-products/can-i-use-two-dac-channels-to-generate-independent-signal-on/td-p/750854