The STM32MP157 is configured for ADC acquisition within the M4 core, and the ADC data is carried using the DMA method. It turns out that the sample rate and the sampled data are correct when debugging with the development board MCU start-up method De
The two graphs above are the data obtained from different cores. The left side is the MCU method start, the sampling rate is 1.6M, the acquisition of 1KHz signal, the acquisition of 1600 points is correct; the right side is the EMMC from the A7 core start ADC in M4, the acquisition of only about 600 points, the sampling rate is obviously wrong. The output of the data in the above two ways is the same, both are serial printouts
