Question
Read system clock in LL driver
Hi Everyone,
I'm working with LL driver and want to read the system clock. There is this function:
LL_RCC_GetSystemClockFreq(PCLK1_Frequency)
to get the frequencies but although I include stm32f1xx_ll_rcc.h, I receive this Error
'PCLK1_Frequency' undeclared (first use in this function) .
Could you please help me. It's making me crazy ;)
