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.

 

2 replies

Technical Moderator
December 5, 2024

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

mosamasaAuthor
Visitor II
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ƎALLEmAnswer
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.

 

mosamasaAuthor
Visitor II
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?