diff options
Diffstat (limited to 'testhal/SPC563Mxx/SPI/mcuconf.h')
-rw-r--r-- | testhal/SPC563Mxx/SPI/mcuconf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testhal/SPC563Mxx/SPI/mcuconf.h b/testhal/SPC563Mxx/SPI/mcuconf.h index eee35f514..784a14d47 100644 --- a/testhal/SPC563Mxx/SPI/mcuconf.h +++ b/testhal/SPC563Mxx/SPI/mcuconf.h @@ -85,3 +85,8 @@ * SPI driver system settings.
*/
#define SPC5_SPI_USE_DSPI1 TRUE
+#define SPC5_SPI_USE_DSPI2 TRUE
+#define SPC5_SPI_DSPI1_DMA_PRIO 10
+#define SPC5_SPI_DSPI2_DMA_PRIO 10
+#define SPC5_SPI_DSPI1_DMA_IRQ_PRIO 10
+#define SPC5_SPI_DSPI2_DMA_IRQ_PRIO 10
|