• Problem writing and reading EEPROM by LPC2148 I2C0
    Hello, I am working on LPC2148 implemented on Embedded Artists board. I am trying to write to the connected EEPROM and then read my data back. the hardware connection is fine and the slave address...
  • i2c0.c(51): error: #18: expected a ")"
    I am a new user of Keil LPC1768, I am having some problems when I try to build i2c solution, this gives the first i2c0.c(51): error: #18: expected a ")" as the first error. LPC_PINCON->PINSEL1 |= 0x01400000;...
  • Read and write EEPROM in AT89S8252
    May I know how to read and write EEPROM in AT89S8252 using C51 of KEIL. There is no external data memory on board.
  • EEPROM Read/Write AT89C51AC3
    Hello, I have the following code for writing/reading EEPROM of this device. unsigned char eepromWrite (const unsigned int Address, unsigned char Data) { bit oldEA; unsigned char DataReadBack;...
  • EEPROM read/Write on T89C51RD2
    Hi there, I'm new to all this so bare with my ignorance... I'm currently trying to read and write to the EEPROM on my T89C51RD2. The read function seems to operate correctly but I'm not having...