emulate I2C bus slave or master using FlexIO.

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

emulate I2C bus slave or master using FlexIO.

跳至解决方案
595 次查看
bryan_hong
Contributor V

Hi

I know the the limitation using FlexIO as I2C. (https://community.nxp.com/t5/S32K/I2C-for-S32K14x/td-p/1705461)

and On AN5133,

However, there are also some limitations when using FlexIO to emulate I2C bus master. For example, the I2C features such as multi-master/arbitration, handshaking, and clock stretching are not supported. Also, it is difficult to emulate I2C bus slave using FlexIO.

SO, I have question as below.

- Can `FlexIO as I2C` work with normal i2c also as master or slave for `FlexIO as I2C` and switching master/slave without any reset ?

thanks
Bryan

0 项奖励
回复
1 解答
549 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @bryan_hong,

There is no FlexIO I2C Slave SDK/RTD driver, because it is difficult to implement it.

A possible implementation of FlexIO I2C Slave and its limitations are explained in the thread:

https://community.nxp.com/t5/S32K/How-does-S32K146-realize-FLEXIO-to-simulate-I2C-SLAVE-mode/m-p/105...

If you decide to implement FlexIO I2C Slave, it can be switched to FlexIO I2C Master by reconfiguring the FlexIO module.

 

Regards,

Daniel

在原帖中查看解决方案

0 项奖励
回复
2 回复数
531 次查看
bryan_hong
Contributor V

thanks for your response.

I have reply to customer with your comments.

 

0 项奖励
回复
550 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @bryan_hong,

There is no FlexIO I2C Slave SDK/RTD driver, because it is difficult to implement it.

A possible implementation of FlexIO I2C Slave and its limitations are explained in the thread:

https://community.nxp.com/t5/S32K/How-does-S32K146-realize-FLEXIO-to-simulate-I2C-SLAVE-mode/m-p/105...

If you decide to implement FlexIO I2C Slave, it can be switched to FlexIO I2C Master by reconfiguring the FlexIO module.

 

Regards,

Daniel

0 项奖励
回复