LPC1769 - Interfacing EEPROM

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

LPC1769 - Interfacing EEPROM

2,518件の閲覧回数
jwalinthaker
Contributor I

Hello,

I am using an LPC1769 microcontroller on a self-designed board whoch is only for general I/O and UART comm. I have been assigned a task to make an EEPROM interfacing library in keil uvision 5for the same. the question is that in the pdf of LPC17xx it shows no hits for the keyword "eeprom" , does it have one? And if not then I have to use an external IC? Can someone help me out with the library?

0 件の賞賛
返信
1 返信

1,986件の閲覧回数
brendonslade
NXP TechSupport
NXP TechSupport

LPC1769 doesn't have EEPROM ... you can use the product selector on nxp.com to see what parts in the family do:

LPC1700 32-bit MCUs|ARM Cortex-M3 Cores|NXP

(but basically its the LPC177x and LPC178x parts).

The LPCXpresso board for LPC1769 includes an EEPROM, so you could start from that. Link to the schematic:

LPCXpresso board for LPC1769 with CMSIS DAP probe|NXP

The LPCOpen package for this board includes an example that accesses the EEPROM; look at the perip_i2c project.

0 件の賞賛
返信