Question
HAL_RCC STM32L4 bug in definition
Posted on September 07, 2017 at 17:47
Hi,
I found a bug in the last version of
stm32l4xx_hal_rcc.h from stm32L4 uC.
file: stm32l4xx_hal_rcc.h/.c
version 1.7.2
&sharpdefine __HAL_RCC_GPIOB_IS_CLK_ENABLED()
it should refer to RCC_AHB2ENR_GPIOBEN instead of RCC_AHB2ENR_GPIOCEN
thanks,
#stm32l4 #cubemx