Hi Dialog Technical team,
I want to use SPI communication as Slave mode only (don't want to use as Master)in DA14580 PRO kit but the example exists in the SDK is working with 5-wire SPI protocol (added Dready pin) only and i don't want to use that Dready pin because my custom mode have only support with SPI 4 wire (It don't have other IO pins also).
So I want to use SPI with Specific Interrupt Numbers. (SPI_IRQn ).
How can i use that with SPI isr handler (SPI_IRQn) ?
Can you give any example ?
Device:
Hi RatheeshT,
The fact that the Dready pin exists doesn't have to do with the interrupts in the SPI slave mode, you will be able to use the prox_reporter_ext_spi project as a reference and trigger interrupts while operating in spi slave mode with the 580. The Dready exists in the application in order for the slave to notify the master that it would like to transmit data. The Dready signal has nothing to do with the interrupts, the interrupts are normally set and occur in the project that i ve indicated.
Thanks MT_dialog