S32K

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

S32K

1,976件の閲覧回数
weill
Contributor I

How can I use the SDK realise next function:

the MCU is the master device, I want to use flexio or LPI2C read/write slave device subaddress(such as EEPROM , own  subaddress). I lookup the SDK interface, dont get the subaddress access operation.

How CAN I do it use the SDK?

ラベル(1)
タグ(2)
0 件の賞賛
返信
1 返信

1,832件の閲覧回数
danielmartynek
NXP TechSupport
NXP TechSupport

Hi,

You need to use the SDK functions, such as LPI2C_DRV_MasterSendDataBlocking(), to send a sub-address or a command to the slave, you also need to specify if the function will send Stop condition - the function takes that as an argument. The SDK PE interface allows you to select the address of the slave device only.

Regards,

Daniel 

0 件の賞賛
返信