How to perform this act in source code main.c line123:
if(PMSBusRegs.PMBCTRL1.bit.SALVE_ADDR == 0x7e)
{
pmbus_write_rom_mode();
}
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.
How to perform this act in source code main.c line123:
if(PMSBusRegs.PMBCTRL1.bit.SALVE_ADDR == 0x7e)
{
pmbus_write_rom_mode();
}
Hi Jeffrey,
Sorry for the late response, I have asked the original designer to take a look here and get back to you.
Hi Jeffrey,
This function is used to check if flash trim checksum is valid, if not then go to ROM. In almost all the cases the device has a valid flash trim checksum, therefore this function is never executed.