Is it Possible to use VLCD input to measure without enabling LCDEN in LCD register?
Hello,
I'm using an L073Rz.
I was wondering if it was possible to use the VLCD as a measurement pin by using the ADC channel reserved for it, without enabling any LCD pin (for communication) and functionalities.
LCD_CR->LCDEN = 0; (lcd controller disabled)
LCD_CR->VSEL = 1; (setting the external source, so VLCD act as an input)
ADC_CCR->VLCDEN = 1; (reading circuitry enabled)
The LCD clock enable seems also mandatory.
Through Cube MX it seems not possible as is, you have to enable LCD in order to get VLCD measurement in ADC.
If I modify it myself should I be getting the possibility to do what i'm looking for.
Best Regards,
Valentin