ADC with DMA cracks the system
Hey, I just have a simple code, relevant parts are attached belowuint32_t dataADC = 0 ; // globally definedHAL_ADC_Start_DMA(&hadc1, &dataADC, 1); // after cubemx automatic initsand that is all; in the while(1) loop, there is only a delay and toggle ...