How to access the signal formation process when using DMA
A signal is generated by a DAC DMA used on the STM32F405. Using a buffer containing an array [100]. As shown in the picture, the point (circle on the line) represents the point to be detected. This is only for detection, not to start and stop the signal.
In short, I want to detect when the array [45] "starts ignition detection" and array [50] "stops ignition detection". However, I'm still trying to figure out how to detect it because the DMA will directly generate the signal without me knowing exactly where it forms the array [45].
Do you have any suggestions or ideas on how to achieve this?

