Question
Hi everyone! I'm using an STM32L071CBTx and I'm trying to configure ADC with MSI clock.
I'm configuring HSI16 clock and I don't have any problem but when I switch to MSI clock at 262.144KHz, the ADC is not working.
Datasheet describes that it's possible to configure the ADC from HSI clock or setting the CKMODE (0x01-0x02-0x03) to make it work in CPLK.
I set CKMODE to 0x03, LFMEN to 0x01 for working under the 3.5MHz and I set CHSEL0 for configure channel0 (PA0-GPIO).
Do you have any suggestions for working ADC with MSI clock?
Thanks a lot!
Ale
