Closed
Description
I found that the vbat readout for the Pyboard lite seems wrong.
its half the value it should be at read out in de python code
I stumbled on the root cause if this i the adc.c file.
the VBAT_DIV is wrongly defined for the STM32F411 chip is defined as 2 and needs to be 4 according to the data-sheet.