2021-03-05 10:43 AM
# At line #31
/* Include low level driver */
#include "stm32f4xx_ll_adc.h"
In my understanding, stm32f4xx_ll_adc.h should not be included in stm32f4xx_hal_adc.h . Since it has no influence on the library. Deleting it did not generate any error. No LL library included in any of stm32f4xx_ll_***.h files. Not included in STM32Cube_FW_F4_V1.25.2.
2021-03-22 07:16 AM
Hello ,
it's not a bug. The reason for this update is to allow the access to the low level macros in the HAL driver.
Imen