How to use two DAC channels simultaneously
Hello,
I am using STM32F765BI MCU.
As per our requirement we have to send data on both the DAC channels simultaneously using DMA. but I could not find any API for this. There are APIs available for DAC DMA single channel only as shown below,
HAL_StatusTypeDef HAL_DAC_Start_DMA(DAC_HandleTypeDef* hdac, uint32_t Channel, uint32_t* pData, uint32_t Length, uint32_t Alignment)
Is there any API or examples available for dual DAC where we can send data using DMA same like we can send using single channel?
Please help.
Regards,
Lalabhai
