What is the meaning of T = 1 in T1oI2C ?
已解决! 转到解答。
Yes, you are right.
T=0: asynchronous half duplex character transmission
T=1: asynchronous half duplex block transmission.
在原帖中查看解决方案
Hi @nidhintomy :
T =1 is a peer to peer, half duplex transmission protocol defined in ISO/IEC 7816-3. T=1 protocol usage is very common in the smart card domain.
Please refer to UM11225 for more details.
https://www.nxp.com/webapp/sps/download/preDownload.jsp?render=true
Regards
Daniel
Hi @danielchen
Is ' T ' means ' Transmission ' and ' 1 ' means the ' 1 ' block of data mentioned in UM11225 ?
Thanks
@danielchen
Thanks for clarification.