Hi Sol,
Thanks for the answer but I'm not migrating a SPI driver to MQX but trying to use MQX SPI driver and to configure it to use interrupts just like I2C driver where you can chose from:
#ifndef BSPCFG_ENABLE_I2C0
#define BSPCFG_ENABLE_I2C0 0
#endif
or
#ifndef BSPCFG_ENABLE_II2C0
#define BSPCFG_ENABLE_II2C0 1
#endif
For the SPI driver, you also have the #define BSPCFG_ENABLE_ISPI0 but it's never used in MQX. I was wondering if there is something I didn't understand or if there is no possibility at all to configure MQX SPI driver to use interruptions without modifiying the driver itself?
Kind Regards,
Hugo