diff options
Diffstat (limited to 'demos/nil/NIL-STM32F373-STM32373C_EVAL/mcuconf.h')
-rw-r--r-- | demos/nil/NIL-STM32F373-STM32373C_EVAL/mcuconf.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/demos/nil/NIL-STM32F373-STM32373C_EVAL/mcuconf.h b/demos/nil/NIL-STM32F373-STM32373C_EVAL/mcuconf.h index 2dd58d1a9..272ee34b7 100644 --- a/demos/nil/NIL-STM32F373-STM32373C_EVAL/mcuconf.h +++ b/demos/nil/NIL-STM32F373-STM32373C_EVAL/mcuconf.h @@ -187,6 +187,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
|