Hi, I'm currently using fs26 pmic with s32k396 evaluation board.
U know, fs26 use spi communication to control several state or pins like gpio, trk1,2 etc
I want to activate gpio 1 pin so I send register command
"Sbc_fs26_WriteRegister(FALSE, 0x11, 0x0318);" - I am using s32ds real time driver.
(I activated gpio1, gpio2, trk1, trk2)
And I read M_STATUS register which can know about fs26 pin state.
But gpio 1 pin doesnt activated.
Also, I deactivated "Sbc_fs26_WriteRegister(FALSE, 0x12, 0x0318);" - deactivate all pin
But gpio2 pin doesnt deactivated.
So, What I wonder is can't we change gpio1,gpio2 state using spi communication?
According to the datasheet, the VCORE_PGOOD signal is associated with GPIO2.
Is this configuration set as a default when the PMIC device is initially manufactured?
Can't we change status unless using otp configuration?(There are no register address changing state in s32ds fs26 example code [except gpio high , low] like gpio pull down pull up ) .
thanks. best regards