emulate I2C bus slave or master using FlexIO.

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

emulate I2C bus slave or master using FlexIO.

ソリューションへジャンプ
1,972件の閲覧回数
bryan_hong
Senior Contributor I

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 解決策
1,926件の閲覧回数
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 返答(返信)
1,908件の閲覧回数
bryan_hong
Senior Contributor I

thanks for your response.

I have reply to customer with your comments.

 

0 件の賞賛
返信
1,927件の閲覧回数
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 件の賞賛
返信