Hi... I have a device with connected keypad to it via i2c protocol. it's a specific device and i don't have any info about what data exchange format they use. Have anyone tried to monitor an i2c bus with 8051 ? I need ideas or sources in C to paralell connect to the bus and monitor what kind of data is passing throw... Thank's
A cheap solution would be to use your ICE and a Cygnal or Philips chip with hardware IIC. The hardware IIC communicates through umpteen interrupts and which interrupt in the 'chain' you miss should tell the story. Erik
"A cheap solution would be to use your ICE and a Cygnal..." As the Cygnal parts have JTAG & on-chip debug, you wouldn't even need an ICE! Very cheap indeed!
"A cheap solution would be to use your ICE and a Cygnal..." As the Cygnal parts have JTAG & on-chip debug, you wouldn't even need an ICE! I consider the "JTAG & on-chip debug" the same (enough) to consider that an ICE. Erik