Introduction
TPS653860XX PMIC is an external device present on F29H85X SOM and is controlled via SPI by F29H85X MCU. The example demonstrates the following configurations
- Protected LDO configuration
- GPIO configuration
- IRQ configuration
- Timer configuration
- IO read and write
Clock source configuration
Watch Variables
- Debug messages are printed on the CCS console
External Connections
- SPI and GPIO for Chip Select (CS)
Steps to Run the Example
- When using CCS projects to build, import the CCS project for the required combination and build it using the CCS project menu (see CCS Build Project).
- Establish connections as mentioned in External Connections section.
- Launch a CCS debug session and run the executable, see Build, Load and Run