HelloMy debugger is shutting down after downloading code into chip I can connect STLINK UTILITY and uploading code hex files properlySTMicroelectronics ST-LINK GDB server. Version 5.8.0
Copyright (c) 2020, STMicroelectronics. All rights reserved.
S...
Hello,When I activate ADC channel I'm getting 2035 value without any connection from ADC channels, I changed several channel HAL_ADC_Start(&hadc);
HAL_ADC_PollForConversion(&hadc, HAL_MAX_DELAY);
raw = HAL_ADC_GetValue(&hadc);
// Conver...
Im currently using last verison of CUBEMX , when I creating project keil project file have been generation problem.I re-installed program,Changed path of CUBEMX as C/: as well as shorth pathway with english characters.Thanks A lot
When I connect to ADC VCC or GND Im getting 4035 or 0 values I checked ADC settings everything seems to be normal I changed FW package versionstatic void MX_ADC_Init(void)
{
/* USER CODE BEGIN ADC_Init 0 */
/* USER CODE END ADC_Init 0 */
...