spi slave support

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

spi slave support

380 Views
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 Kudos
1 Reply

247 Views
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