Hello,
I used the following example :C:\ti\mcu_plus_sdk_am263px_09_00_01_13\examples\hello_world
Then added PMIC plus SPI:
The code produced is a little odd in two ways:
1) The function Drivers_pmicOpen() is defined in ti_board_open_close.c whereas all the other Drivers_XX are defined in ti_drivers_open_close.c as you might expect from the filename.
2) There's a duplicated call of Drivers_mcspiOpen(). Is this intentional?