Skip to content

Commit 8d94cec

Browse files
Enable SPI CS control by the application
1 parent a4ea1be commit 8d94cec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

board-support/efr32/efr32mg24/BRD4186C/config/sl_spidrv_exp_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
// <o SL_SPIDRV_EXP_CS_CONTROL> SPI master chip select (CS) control scheme.
5252
// <spidrvCsControlAuto=> CS controlled by the SPI driver
5353
// <spidrvCsControlApplication=> CS controlled by the application
54-
#define SL_SPIDRV_EXP_CS_CONTROL spidrvCsControlAuto
54+
#define SL_SPIDRV_EXP_CS_CONTROL spidrvCsControlApplication
5555

5656
// <o SL_SPIDRV_EXP_SLAVE_START_MODE> SPI slave transfer start scheme
5757
// <spidrvSlaveStartImmediate=> Transfer starts immediately

board-support/efr32/efr32mg24/BRD4187C/config/sl_spidrv_exp_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
// <o SL_SPIDRV_EXP_CS_CONTROL> SPI master chip select (CS) control scheme.
5252
// <spidrvCsControlAuto=> CS controlled by the SPI driver
5353
// <spidrvCsControlApplication=> CS controlled by the application
54-
#define SL_SPIDRV_EXP_CS_CONTROL spidrvCsControlAuto
54+
#define SL_SPIDRV_EXP_CS_CONTROL spidrvCsControlApplication
5555

5656
// <o SL_SPIDRV_EXP_SLAVE_START_MODE> SPI slave transfer start scheme
5757
// <spidrvSlaveStartImmediate=> Transfer starts immediately

0 commit comments

Comments
 (0)