cancel
Showing results for 
Search instead for 
Did you mean: 

Porting USART code to STM32L0.

GErma.1
Associate III

I am porting a code written for the stm32f4 to stm32l0. 

The code uses the ll diver to configure USART1 with the following statement:

LL_AHB1_GRP1_EnableClock(LL_AHB1_GRP1_PERIPH_GPIOA)

The LL_AHB1_GRP1_PERIPH_GPIOA value is not defined for the STM32L0.

Where can i found more information on the clock configuration?

BR

Gilberto

1 ACCEPTED SOLUTION

Accepted Solutions

The reference manual would cover th​e clock sources and register definitions and usage.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

View solution in original post

1 REPLY 1

The reference manual would cover th​e clock sources and register definitions and usage.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..