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

TWI Driver with general call

I'm trying to interface the twi driver with a ft200xd chip (i2c -> USB serial). I want to read the available bytes, but it requires a general call first see page 29 of www.ftdichip.com/.../DS_FT200XD.pdf

Is this possible with the nordic driver. I tried to do it by having a TX then a TX_RX transmission with the nostop flag set on the first transmission, but I can't seem to get it to work.

Related