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
Hi Leo,Thank you for posting your question online.Which SDK are you referring to? The NFC POS or NFC IoT SDK? The Host with OS or Non-OS Host ?Best Regards,OV_Renesas
Thanks for the reply.
I'm using the NFC IoT SDK with OS:www.renesas.com/.../nfc-iot-reader-sdk-host-os-ptx1xxr-family
Hi Leo,Thank you for the reply.Please find below the response from the NFC Support Team:The interface ptxHal_InterfaceType_FTDI_I2C is only intended for internal testing, that is why the implementation is not part of the SDK. We can share the implementation with you and you may use it. But we do not take any liability or responsibility.ptxHal_I2C_FTDI.zipBest Regards,OV_Renesas
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
Hi Leo,Thank you for the reply.
Leo said:- ptxIo.h & ptxIo.c
Please find attached the ptxlo.zip file.ptxIo.zip
Leo said:- implementations of ptxOsal_LibOpen, ptxOsal_LibFn and ptxOsal_LibClose (for ptxOsal_Linux)
Unfortunately, the implementation of ptxOsal_LibOpen, ptxOsal_LibFn and ptxOsal_LibClose does not exist for Linux because it is not used internally.Best Regards,OV_Renesas
Thank you