Introduction
The example demonstrates the the configuration of user space registers for various features in the PMIC. The application configures the ADC, thermal monitoring, voltage monitoring, GPIO pin and gets the status. Refer the PMIC datasheet for more information on the parameters configured. The example passes if the configuration and get status is success.
Supported Combinations
Parameter | Value |
CPU + OS | mcu-r5fss0-0 freertos |
Toolchain | ti-arm-clang |
Board | am62px-sk |
Example folder | examples/drivers/pmic/pmic_user_reg_cfg |
Steps
See Also
PMIC
Sample Output
Shown below is a sample output when the application is run,
Starting PMIC user space register configuration example !!
ADC result code: 0
PMIC ADC configuration and get conversion result... DONE
Thermal monitoring status:
Thermal warning bit: 0
Thermal orderly shutdown bit: 0
Thermal immediate shutdown bit: 0
PMIC thermal monitoring configuration and get status... DONE
BUCK3 over-voltage/under-voltage status: 0
LDO2 over-voltage/under-voltage status: 0
VMON1 over-voltage/under-voltage status: 0
VCCA VMON over-voltage/under-voltage status: 0
PMIC voltage monitoring configuration and get status... DONE
PMIC GPIO pin configuration... DONE
All tests have passed!!