cancel
Showing results for 
Search instead for 
Did you mean: 

LL library unexpectedly included in "stm32f4xx_hal_adc.h" in STM32Cube_FW_F4_V1.26.0.

qsheeeeen
Associate
# 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.

1 REPLY 1
Imen GH
ST Employee

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