Best practice to modifying DMA accessed memory?
Hello,
I have a general question about DMA which I am currently using to transfer a LUT in the memory to control PWM output.
The LUT changes periodically and at the moment the DMA is triggered with a timer. What I would like to know if it is safe to change the content of the memory (LUT in this case) while it is being accessing by the DMA. I feel I know the answer to this but I thought I would ask this question maybe I am wrong.
Regards
Samer