Skip to content

Commit baf45b6

Browse files
nvlsianpukegilbert
authored andcommitted
[NRF52840]: disbale SPIM which fix block device
1 parent 728841b commit baf45b6

File tree

1 file changed

+3
-3
lines changed
  • targets/TARGET_NORDIC/TARGET_NRF5/TARGET_MCU_NRF52840/sdk

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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)