From 12c2b5167c3f0e8683c2a8d29efd3437e8cfa2ee Mon Sep 17 00:00:00 2001 From: Aapo Torkkeli <aamato@utu.fi> Date: Tue, 5 Nov 2019 20:23:28 +0200 Subject: [PATCH] Add config to make project basis work. Cleanup. Project config should now run both SPI and BLE. --- project/pca10040/s132/config/sdk_config.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/project/pca10040/s132/config/sdk_config.h b/project/pca10040/s132/config/sdk_config.h index 80de845..f26d02c 100644 --- a/project/pca10040/s132/config/sdk_config.h +++ b/project/pca10040/s132/config/sdk_config.h @@ -1430,7 +1430,7 @@ // <7=> 7 #ifndef GPIOTE_CONFIG_IRQ_PRIORITY -#define GPIOTE_CONFIG_IRQ_PRIORITY 6 +#define GPIOTE_CONFIG_IRQ_PRIORITY 7 #endif // </e> @@ -3806,7 +3806,7 @@ // <3=> 32 bit #ifndef NRFX_TIMER_DEFAULT_CONFIG_BIT_WIDTH -#define NRFX_TIMER_DEFAULT_CONFIG_BIT_WIDTH 0 +#define NRFX_TIMER_DEFAULT_CONFIG_BIT_WIDTH 3 #endif // <o> NRFX_TIMER_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority @@ -5356,7 +5356,7 @@ // <e> SPI_ENABLED - nrf_drv_spi - SPI/SPIM peripheral driver - legacy layer //========================================================== #ifndef SPI_ENABLED -#define SPI_ENABLED 0 +#define SPI_ENABLED 1 #endif // <o> SPI_DEFAULT_CONFIG_IRQ_PRIORITY - Interrupt priority @@ -5372,7 +5372,7 @@ // <7=> 7 #ifndef SPI_DEFAULT_CONFIG_IRQ_PRIORITY -#define SPI_DEFAULT_CONFIG_IRQ_PRIORITY 6 +#define SPI_DEFAULT_CONFIG_IRQ_PRIORITY 5 #endif // <o> NRF_SPI_DRV_MISO_PULLUP_CFG - MISO PIN pull-up configuration. @@ -5388,7 +5388,7 @@ // <e> SPI0_ENABLED - Enable SPI0 instance //========================================================== #ifndef SPI0_ENABLED -#define SPI0_ENABLED 0 +#define SPI0_ENABLED 1 #endif // <q> SPI0_USE_EASY_DMA - Use EasyDMA -- GitLab