User Activity

I want sample 2 channels using stm32l011f3 mcu from ,PA0 PA1,the main function code is int main(void){ /* USER CODE BEGIN 1 */ uint8_t value_L; uint8_t value_H; uint8_t i = 0; /* USER CODE END 1 */ /* MCU Configuration--------------------------------...
 the MCU stm32L011F3 has only 8k flash ,and without standard peripheral library, only HAL and LL library, as i know, the Optimization of HAL is lowest all of them, and LL driver is little Readiness,can any one tell me, is that the HAL driver can exec...