User Activity

 I seem to have things configured correctly. This is the bulk of my code:  while (1)  {    /* USER CODE END WHILE */    /* USER CODE BEGIN 3 */    HAL_ADC_Start(&hadc1);    while (HAL_ADC_PollForConversion(&hadc1, HAL_MAX_DELAY) != HAL_OK);        ad...