cancel
Showing results for 
Search instead for 
Did you mean: 

Can I use two DAC channels to generate independent signal on STM32H745

mosamasa
Associate II

From a previous question: https://community.st.com/t5/stm32-mcus-products/stm32h745-dac2-missing/td-p/750749

So I can get two independent analog outputs using STM32H745?

4 REPLIES 4
SofLit
ST Employee

Two channels means you can generate two analog outputs with the same DAC instance.

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.

Can I get for example sine wave output with 1kHz frequency from DAC_OUT1 and 2kHz sine from DAC_OUT2 at same time?

mosamasa
Associate II

Merged from duplicate thread.


Hi,

Is it possible to have two independent analog outputs from STM32H745? For example 1kHz sine from DAC1_OUT1 and 2kHz sine from DAC1_OUT2 at same time using DMA?

Yes you can. DAC channels are independent. See this thread: https://community.st.com/t5/stm32-mcus-products/independent-dac-channel-triggers-on-stmf3xx/td-p/436595

You can use also DMA for both channels.

 

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.