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.

MSP-EXP432P401R: Firmware for battery charging

Part Number: MSP-EXP432P401R

I have developed firmware for battery charging on the BQ25713 which works perfectly fine when I run it on the eval board MSP432 but I constantly face issues when trying to run it on my individually designed board. I constantly have a flag raised in register 

[8] struct bq25713_reg {addr=32 ' ',val=32792} 0x20008418
addr unsigned char 32 ' ' 0x20008418
val unsigned short 32792 0x2000841A

Which raises the flag 
SYSOVP Status and Clear When the SYSOVP occurs, this bit is HIGH. During the SYSOVP, the converter is disabled. After the SYSOVP is removed, the user must write a 0 to this bit or unplug the adapter to clear the SYSOVP condition to enable the converter again. 0b: Not in SYSOVP 1b: In SYSOVP. When SYSOVP is removed, write 0 to clear the SYSOVP latch.

I have tried erasing the flag by writing a BIT 0 to the register as well as removing the adapter. The issue still persists. How do I solve this problem. Any help would be appreciated.