• 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
    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...
  • 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...
  • 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...
  • expected identifier error
    Hello everyone, I've been trying to make a struct and compiler gives me expected identifier error. Can anyone tell me where is my fault? struct State { unsigned long Out1; unsigned long out2;...