2024-07-31 06:40 AM
Hi,
I´m running ADC1 (IN1, IN2, IN6, IN7) with DMA process. Everything works fine. But if I try to initialize afterwards the DAC1_OUT1 (normal or DMA - both tried) I get a hard fault.
Is there a general collision between DAC and ADC or would could be the problem.
Best regards,
Achim
2024-07-31 07:29 AM
There shouldn't be any problems using ADC and DAC and DMA all together. Likely the problem is a bug in the code.
A few ways to tackle the problem:
2024-07-31 08:31 AM
Hi,
I made some further tests and it seams that it is only a problem together with USBPD / TCPP01. But don´t know why...