mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:12:57 +01:00
boards/nucleo-l4r5zi: add doxygen info about Vbat divider
This commit is contained in:
parent
f1a8e1f636
commit
633743240d
@ -136,6 +136,13 @@ static const spi_conf_t spi_config[] = {
|
||||
*
|
||||
* For Nucleo-L4R5ZI this information is in board manual,
|
||||
* Table 11, page 38.
|
||||
*
|
||||
* VBAT is connected ADC1_IN18 and a voltage divider is used,
|
||||
* so that only 1/3 of the actual VBAT is measured. This
|
||||
* allows for a supply voltage higher than the reference voltage.
|
||||
*
|
||||
* For Nucleo-L4R5ZI more information is provided in MCU datasheet,
|
||||
* in section 3.19.3 - Vbat battery voltage monitoring, page 46.
|
||||
* @{
|
||||
*/
|
||||
static const adc_conf_t adc_config[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user