MQX 3.8 SPI slave driver interrupt

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

MQX 3.8 SPI slave driver interrupt

695 Views
matthewjames
Contributor I

Does the MQX driver support slave mode in MQX 3.8 or 4.0 for that matter on the K60 chip or is it only master mode.

I see a comment in the release notes that it has a master implementation

0 Kudos
2 Replies

437 Views
matthewjames
Contributor I

yes it does, we just didn't have the source of the DMA configured correctly...

Correction

In 3.8 we can Rx a character using DMA, but still debugging the slave driver as not operating as expected.

0 Kudos

437 Views
Martin_
NXP Employee
NXP Employee

The new MQX 4.0 spi driver doesn't support slave operation. MQX 3.8 spi driver (called spi_legacy in MQX 4.0) has support for slave.