Question
Allocating DMA buffers on Heap
Hi everyone,
I was wondering if is it valid to allocate DMA buffers for USART/SPI etc.. on the heap using aligned_alloc() function?
My board is the NUCLEO-H743ZI2
If its possible - is it good practice?
Thanks, Ariel
