Skip to content

Commit

Permalink
[Silabs]-WF200_MG24, Adds fix to the firmware error 15 (#26323)
Browse files Browse the repository at this point in the history
reduced the spi-bitrate from 16MHz to 10MHz
  • Loading branch information
LeelakumarPS authored and pull[bot] committed Mar 5, 2024
1 parent 577a995 commit 8405060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/platform/silabs/efr32/spi_multiplex.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ extern "C" {

#define SL_BIT_RATE_LCD 1100000
#define SL_BIT_RATE_EXP_HDR 16000000
#define SL_BIT_RATE_SPI_FLASH 16000000
#define SL_BIT_RATE_SPI_FLASH 10000000
#define SL_BIT_RATE_UART_CONSOLE 16000000

extern SemaphoreHandle_t spi_sem_sync_hdl;
Expand Down

0 comments on commit 8405060

Please sign in to comment.