Hi, we have a Beagleboard xM and we are trying to power it off using the TPS65950.
For that purpose, we set the bit DEVOFF of register P1_SW_EVENTS to 1 with the following command:
i2cset -f 1 0x4b 0x46 0x01
However we are experiencing the following issue:
when we enter the previous command, sometimes the board will reset instead of power off, and the behavior seems completely random.
Do you know what could be the problem here?
Thank you.