Skip to main content
This topic has been closed for replies.
Best answer by mƎALLEm

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.

 

4 replies

mƎALLEm
ST Technical Moderator
December 5, 2024

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

To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.
mosamasaAuthor
Associate III
December 5, 2024

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

mƎALLEm
mƎALLEmBest answer
ST Technical Moderator
December 5, 2024

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 "Best answer" on the reply which solved your issue or answered your question.
mosamasaAuthor
Associate III
December 5, 2024

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?