Hi all,
we are developing a custom board provided with an LP8860 led driver module.
the datasheet chapter 7.5.1 state that:
"PWM outputs and PLL must be disabled when writing to EEPROM registers or burning EEPROM (<DISP_CL1_BRT[15:0]>=0, <CL2_BRT[12:0]>=0,<CL3_BRT[12:0]>=0, <CL2_BRT[12:0]>=0, <EN_PLL>=0)."
EN_PLL is an EEPROM field, so it could be set to any value only writing EEPROM_REG_13, but it seems that this should be zero before any eeprom write action..
Maybe I am missing something, could you please explain me further about that?
Thank you.