STM32F051K8T6 - ADC ENABLE KILLS MCU - Debugger lost connection!
I am having issues initializing and using the ADC on the STM32F051K8T6 MCU. My procedure looks as followswhenever I debug the code with the ST-LinkV2 and reach and execute the mentioned line: /* enable */ hadc.Instance->CR |= ADC_CR_ADEN;The debugger...