spi slave support

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

spi slave support

837件の閲覧回数
kirankunnath
Contributor II

Hi,

     We are using MQX 4.0 for one of the project. We need spi slave configuration for that.

Will MQX 4.0 support spi slave configuration? Is there any latest version available that supports spi slave?

Regards,

Kiran

0 件の賞賛
返信
1 返信

704件の閲覧回数
soledad
NXP Employee
NXP Employee

Hi Kiran,

Unfortunately slave is not supported by the MQX driver. It is master mode only.

For master mode you have two options:

1.  ProcessorExpert bases spi driver.

2. Write your own driver for spi slave using direct accesses to DSPI module registers and call it from an MQX task.

Regards

Sol