• Problem writing and reading EEPROM by LPC2148 I2C0
    how to simulate I2C by signal function, I am using LPC2148. I used following code but not getting output / Simulation of I2C Memory (Slave) MAP 0x80000000, 0x800000ff READ WRITE // Map User...
  • Problem writing and reading EEPROM by LPC2148 I2C0
    how to simulate I2C by signal function, I am using LPC2148. I used following code but not getting output / Simulation of I2C Memory (Slave) MAP 0x80000000, 0x800000ff READ WRITE // Map User...
  • 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;...
  • 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.