LPI2C example non blocking

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

LPI2C example non blocking

ソリューションへジャンプ
2,731件の閲覧回数
adrianwenger
Contributor III

Hi,

i need a example for I2C master reqeuests data from a slave and waits to receive the data non blocking. The SDK only provides a example with blocking.

Regards,

Adrian

ラベル(1)
0 件の賞賛
1 解決策
2,046件の閲覧回数
danielmartynek
NXP TechSupport
NXP TechSupport

Hi,

 

Attached is a simple bare-metal example with MPL3115A2 pressure/temperature sensor, although it is blocking example, it could help.

For non-blocking algorithm please refer to AN4803 I2C Non-Blocking Communication.

 

Regards,

Daniel

Attachment updated

元の投稿で解決策を見る

0 件の賞賛
7 返答(返信)
2,046件の閲覧回数
danielmartynek
NXP TechSupport
NXP TechSupport

Hi,

Sorry for the late response.

The thing is that we don’t have such an example yet.

I have started working on an example with MPL3115A2 sensor,

but it is still in progress.

 

Regards,

Daniel

0 件の賞賛
2,046件の閲覧回数
adrianwenger
Contributor III

Hello Daniel,

thanks i'm looking forward to your solution.

BR,

Adrian

0 件の賞賛
2,047件の閲覧回数
danielmartynek
NXP TechSupport
NXP TechSupport

Hi,

 

Attached is a simple bare-metal example with MPL3115A2 pressure/temperature sensor, although it is blocking example, it could help.

For non-blocking algorithm please refer to AN4803 I2C Non-Blocking Communication.

 

Regards,

Daniel

Attachment updated

0 件の賞賛
2,046件の閲覧回数
rayray
Contributor I

Hello Daniel,

I imported the example, changed the slave address, communicated with E2PROM,but can't work both write and read reg ,there is something wrong whit it?please help!

无标题.png

#define E2PROM_ADRR_R    0xA1
#define E2PROM_ADRR_W    0xA0

thanks

Ray

0 件の賞賛
2,046件の閲覧回数
danielmartynek
NXP TechSupport
NXP TechSupport

Hello,

What do you see on scope? It is transmitting something, do you get acknowledge?

Regards,

Daniel

0 件の賞賛
2,046件の閲覧回数
rayray
Contributor I

Hello,

Thanks very much,Reference the E2PROM datasheet changed something,now it works well

Regards,

Ray

0 件の賞賛
2,046件の閲覧回数
adrianwenger
Contributor III

???

0 件の賞賛