User Activity

Hi , I need  for my applicetion two maner of wake-up from Standby mode. One is regular wake up every one hour and second is asynchronous wake up by external signal. I have used WKUP1 signal on  PA0 input for external wake up. It is working corectly o...
Hi, I have writen simple callback function for handle end of ADC convertion in main.c file. In main.h is declared extern void HAL_ADC_ConvCpltCallback(ADC_HandleTypeDef* hadc); main.c void HAL_ADC_ConvCpltCallback(ADC_HandleTypeDef* hadc){adc_Complet...