Question
Regarding the use of DMA to transfer ADC data
Hello everyone, I recently encountered a strange BUG.
I use DMA to transfer ADC data. Previously, this program was configured this way without any problem, but it suddenly doesn't work these two days. What's even stranger is that I used STlink in the IT file to HAL_DMA_IRQHandler(&hdma_adc1); Break point. The value can be read out during debugging, but the serial port still doesn't work.The development environment is CubeIDE1.18.1
