STM32F746IGT with DAC enabled
Hi,
I am using Stm32CubeIDE v1.3.1 with my custom STM32F746IG board and touchGFX enabled (working properly with 800x480 paralel LCD).
I have tried to play with DAC channels (Channel1-2). I can not get it work through the examples with DMA enabled or without DMA enabled. I have tested the Channel1 (PA4) pin by setting as Digital Output to see pin is OK. But when I set this pin as DAC Out mode, the pins behaviour is like floating. I suspect that someting forces the Pin state and the *.ioc file is not enough to configure the DAC. Which registers can be set to force the DAC output manually workout ?
(I created a new project for testing, just a LED blinks. Nothing changed, problem is same)