ADC Failed to execute MI command: -var-create - * step Error message from debugger back end: -var-cr
STM32U5 seriesHi, I am tring to read analog voltage from ADC on this board: STM32 U575ZIT. Using this code:......char msg2[15];......while (1) { /* USER CODE END WHILE */ /* USER CODE BEGIN 3 */ HAL_ADC_Start(&hadc1); HAL_ADC_PollForCon...