This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

I2C write TWI without address

Hallo I'm writing Data to the I2C port.

I'm using the nrf_drv_twi_tx function. It works well. 

But I want to write bytes to the I2C without Adress. - i want to write just a byte - is there another TWI function I missed ?

Tahnk you very much.

best regards Wenne

Parents
  • Hi Wenne

    Do you mean you want to write multiple bytes after the address, or you want to write data without an address at all?

    The TWI specification requires an address to be sent after each start condition, and our hardware is designed around this principle, so we don't really have a way of sending bytes without first sending an address. 

    Best regards
    Torbjørn

Reply
  • Hi Wenne

    Do you mean you want to write multiple bytes after the address, or you want to write data without an address at all?

    The TWI specification requires an address to be sent after each start condition, and our hardware is designed around this principle, so we don't really have a way of sending bytes without first sending an address. 

    Best regards
    Torbjørn

Children
Related