STM32H743 - Problem with DAC DMA and SPI Receive DMA when adding the FreeRTos.
Hi
I am working with a project were i am using two DAC channels and a SPI port set to receive mode and I want to use these in DMA mode.
I am using the CubeMX to set this up and if I only setup the DAC and SPI in DMA mode, then it works as it should, were I can receive data on the SPI DMA and use the DAC outputs.
If i then add a FreeRtos to the project, then both the DAC and SPI DMA stops working. I am not sure what exactly is the problem, but my guess is that it has something to do with a Timer.
Is there maybe someone who know this issue and maybe can guide me on solving this.
Thanks in advance