Skip to content

Commit c4acf19

Browse files
committed
[NRF52840]: disbale SPIM which fix block device
1 parent cd7abc0 commit c4acf19

File tree

1 file changed

+4
-4
lines changed
  • targets/TARGET_NORDIC/TARGET_NRF5_SDK13/TARGET_MCU_NRF52840/sdk

1 file changed

+4
-4
lines changed

targets/TARGET_NORDIC/TARGET_NRF5_SDK13/TARGET_MCU_NRF52840/sdk/sdk_config.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1566,7 +1566,7 @@
15661566
// <e> RTC_ENABLED - nrf_drv_rtc - RTC peripheral driver
15671567
//==========================================================
15681568
#ifndef RTC_ENABLED
1569-
#define RTC_ENABLED 1
1569+
#define RTC_ENABLED 0
15701570
#endif
15711571
#if RTC_ENABLED
15721572
// <o> RTC_DEFAULT_CONFIG_FREQUENCY - Frequency <16-32768>
@@ -1962,7 +1962,7 @@
19621962

19631963

19641964
#ifndef SPI0_USE_EASY_DMA
1965-
#define SPI0_USE_EASY_DMA 1
1965+
#define SPI0_USE_EASY_DMA 0
19661966
#endif
19671967

19681968
// <o> SPI0_DEFAULT_FREQUENCY - SPI frequency
@@ -1992,7 +1992,7 @@
19921992

19931993

19941994
#ifndef SPI1_USE_EASY_DMA
1995-
#define SPI1_USE_EASY_DMA 1
1995+
#define SPI1_USE_EASY_DMA 0
19961996
#endif
19971997

19981998
// <o> SPI1_DEFAULT_FREQUENCY - SPI frequency
@@ -2022,7 +2022,7 @@
20222022

20232023

20242024
#ifndef SPI2_USE_EASY_DMA
2025-
#define SPI2_USE_EASY_DMA 1
2025+
#define SPI2_USE_EASY_DMA 0
20262026
#endif
20272027

20282028
// <q> SPI2_DEFAULT_FREQUENCY - Use EasyDMA

0 commit comments

Comments
 (0)