about enabling peripheral in STM32CubeMx
When enabling a peripheral in STM32CubeMx (switch from disable to enable) Does this mean that its clock wil be activated in the program after generating the initialization code for a given IDE
and we don't need to insert the __HAL_RCC_peripheral_CLK_ENABLE() function ?
thank you
Wissem