PTX100R FTDI I2C implementation

Hi - 

I'd like to use a PTX100R in I2C mode with an FTDI FT4232H module providing the host I2C interface.

Looking through the V7.2.0 SDK there is a reference to `ptxHal_InterfaceType_FTDI_I2C` HAL layer, but there doesn't seem to be an implementation included in the distribution.

Is it possible to obtain a build of the SDK that includes this feature?

Thanks -

Leo

Parents Reply
  • Thank you for providing that - much appreciated.
    Unfortunately I think I'm still missing a few pieces to get this working:

    - ptxIo.h & ptxIo.c
    - implementations of ptxOsal_LibOpen, ptxOsal_LibFn and ptxOsal_LibClose (for ptxOsal_Linux)

    I realise this code is unsupported but if you are able to fill in these gaps for me that would be very helpful.

    Thanks again -

    Leo

Children