LPC546xx: Enable EEPROM clock in AHBCLKCTRL0 before IAP EEPROM write API

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

LPC546xx: Enable EEPROM clock in AHBCLKCTRL0 before IAP EEPROM write API

1,159件の閲覧回数
SowmyanKousthub
NXP Employee
NXP Employee

The LPC546xx IAP EEPROM Write page API  does not enable the EEPROM clock for the write operation. This causes  EEPROM write operation to fail when using the IAP API.  This problem does not occur for IAP Read EEPROM page command.

The workaround is to enable the EEPROM clock  ( set bit 9) in AHBCLKCTRL0 register of SYSCON before calling the IAP EEPROM write function.

SYSCON->AHBCLKCTRL[0] |= 0x200;

ラベル(2)
タグ(4)
0 件の賞賛
返信
0 返答(返信)