We implemented an xfcp based design to help bringing-up a custom PCB. While running various tests, we noticed that the I2C implementation is not compatible with the SMBUS spec, because we cannot issue the read command and receive the data after a repeated start, because the system always finalizes the write transaction issueing a stop condition on the bus.
Which parts of the xfcp system do we need to adapt to enhance the system to support this kind of behavior or more geneic add a way to concatenate partial transaction, that are not finalized by stop conditions.
We implemented an xfcp based design to help bringing-up a custom PCB. While running various tests, we noticed that the I2C implementation is not compatible with the SMBUS spec, because we cannot issue the read command and receive the data after a repeated start, because the system always finalizes the write transaction issueing a stop condition on the bus.
Which parts of the xfcp system do we need to adapt to enhance the system to support this kind of behavior or more geneic add a way to concatenate partial transaction, that are not finalized by stop conditions.