I'm trying to use the SPI driver set to dynamic mode and using the polling method instead of an interrupt.My device is a PIC32. While running,the code simply adds a single byte to the SPI queue and waits by checking DRV_SPI_BUFFER_EVENT_COMPLETE & DRV..
↧