Skip to content
Snippets Groups Projects
Commit 3230eb3e authored by schneider's avatar schneider
Browse files

change(pmic): Set SBB2 to 3.3 V to test rail split

parent 5251acc3
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,8 @@ void pmic_init(void) ...@@ -29,7 +29,8 @@ void pmic_init(void)
#if BOARD_EVKIT #if BOARD_EVKIT
MAX77650_setTV_SBB2(0b110010); //Set output Voltage of SBB2 to 3.3V MAX77650_setTV_SBB2(0b110010); //Set output Voltage of SBB2 to 3.3V
#else #else
MAX77650_setTV_SBB2(0b110100); //Set output Voltage of SBB2 to 5.0V //MAX77650_setTV_SBB2(0b110100); //Set output Voltage of SBB2 to 5.0V
MAX77650_setTV_SBB2(0b010010); //Set output Voltage of SBB2 to 3.3V
#endif #endif
MAX77650_setADE_SBB2(0b0); //Disable Active Discharge at SBB2 Output MAX77650_setADE_SBB2(0b0); //Disable Active Discharge at SBB2 Output
MAX77650_setEN_SBB2(0b110); //Enable SBB2 is on irrespective of FPS whenever the on/off controller is in its "On via Software" or "On via On/Off Controller" states MAX77650_setEN_SBB2(0b110); //Enable SBB2 is on irrespective of FPS whenever the on/off controller is in its "On via Software" or "On via On/Off Controller" states
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment