I want to know if "HAL_SDADC_Start(&hsdadc1); " and "HAL_DAC_Start(&hdac1, DAC_CHANNEL_2);" at the same time?
I want to use 12 bit DAC and 16 bit ADC at the same time. I mean that I want to force some level for two channel with 12 bit DAC and measure level with 16 bit ADC. But there are error when I use both. If I use 12 bit ADC with 12 bit dac. it is no pro...