Page 1 of 1

STM32L4XX port does not handle STM32_LSCOSEL  Topic is solved

Posted: Tue Jan 15, 2019 10:19 pm
by lilvinz
Hi Giovanni,

in STM32L4xx mcuconf.h there is STM32_LSCOSEL but in hal_lld.c it is not taken into account when setting up the clocks.

Best regards

Vinz

Re: STM32L4XX port does not handle STM32_LSCOSEL

Posted: Sat Jan 19, 2019 1:02 pm
by Giovanni
Hi,

It is initialized at line 97.

Giovanni

Re: STM32L4XX port does not handle STM32_LSCOSEL

Posted: Sat Jan 19, 2019 1:16 pm
by lilvinz
Ah i see. It has been fixed in 18.2.2.

Thanks!

Re: STM32L4XX port does not handle STM32_LSCOSEL

Posted: Sat Jan 19, 2019 1:36 pm
by Giovanni
Ah yes, I looked at current branches not at release code so yes, it has been fixed already.

It was bug #970.

Giovanni