• C167 - low byte write 'touches' high byte
    Hi, I'm a novice user, so apologies if this is a stupid question! I'm interfacing a video chip to the C167CR. To load the pallete table inside the chip a register (address 0x10) is written with...
  • Read/write Structure variable byte for byte
    Hello, For our application I need to copy data from the XDATA RAM to a I2C EEPROM. How can a structure variable (in XDATA) will be read byte for byte? Then I will copy it to the EEPROM. It would also...
  • C167 - low byte write 'touches' high byte
    Hi, I'm a novice user, so apologies if this is a stupid question! I'm interfacing a video chip to the C167CR. To load the pallete table inside the chip a register (address 0x10) is written with...
  • Read/write Structure variable byte for byte
    Hello, For our application I need to copy data from the XDATA RAM to a I2C EEPROM. How can a structure variable (in XDATA) will be read byte for byte? Then I will copy it to the EEPROM. It would also...
  • convert block-write to sequence of byte-write
    I have a requirement where I need to perform below I2c operations: 1) "S SlaveAddress W 05 03 01 7C FF PEC” in SMB mode. Where 05 is offset/start address in slave device 03 -> the length of data to...