This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM263P4: PMIC SysConfig Initialization

Part Number: AM263P4

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?