From 425655c965ce1106f1041f121bc8291673c24c46 Mon Sep 17 00:00:00 2001 From: rosahay-silabs Date: Tue, 16 May 2023 10:31:23 +0530 Subject: [PATCH] Adds fix for WF200 baudrate on SPI --- examples/platform/silabs/efr32/spi_multiplex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/platform/silabs/efr32/spi_multiplex.h b/examples/platform/silabs/efr32/spi_multiplex.h index 8a6a175c6db73b..dfae0c5e9d1cac 100644 --- a/examples/platform/silabs/efr32/spi_multiplex.h +++ b/examples/platform/silabs/efr32/spi_multiplex.h @@ -38,10 +38,10 @@ extern "C" { #define SL_BIT_RATE_LCD 1100000 #ifdef WF200_WIFI -#define SL_BIT_RATE_EXP_HDR 16000000 +#define SL_BIT_RATE_EXP_HDR 10000000 #else #define SL_BIT_RATE_EXP_HDR SL_SPIDRV_EUSART_EXP_BITRATE -#endif +#endif /* WF200_WIFI */ #define SL_BIT_RATE_SPI_FLASH 16000000 #define SL_BIT_RATE_UART_CONSOLE 16000000