spi slave support

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

spi slave support

821 次查看
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 回复

688 次查看
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