diff options
Diffstat (limited to 'testhal/STM32F4xx/SPI')
-rw-r--r-- | testhal/STM32F4xx/SPI/mcuconf.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testhal/STM32F4xx/SPI/mcuconf.h b/testhal/STM32F4xx/SPI/mcuconf.h index 26d037dd9..6e49d3242 100644 --- a/testhal/STM32F4xx/SPI/mcuconf.h +++ b/testhal/STM32F4xx/SPI/mcuconf.h @@ -239,6 +239,12 @@ #define STM32_SPI_DMA_ERROR_HOOK(spip) osalSysHalt("DMA failure")
/*
+/*
+ * ST driver system settings.
+ */
+#define STM32_ST_IRQ_PRIORITY 8
+#define STM32_ST_USE_TIMER 2
+
* UART driver system settings.
*/
#define STM32_UART_USE_USART1 FALSE
|