Skip to content

Commit d541866

Browse files
hal qspi test: adjust min frequency for EFM32GG11
according to the driver limitations
1 parent 746bdf9 commit d541866

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

TESTS/mbed_hal/qspi/flash_configs/SiliconLabs/EFM32GG11_STK3701/flash_config.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@
2323
#define QSPI_SECTOR_COUNT 1024 // for MX25R3235F
2424
#endif
2525

26+
#define QSPI_MIN_FREQUENCY 2000000
27+
2628
#endif // MBED_QSPI_FLASH_CONFIG_H

TESTS/mbed_hal/qspi/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ using namespace utest::v1;
4242

4343

4444

45+
#ifndef QSPI_MIN_FREQUENCY
4546
#define QSPI_MIN_FREQUENCY 1000000
47+
#endif
4648

4749
// max write size is usually page size
4850
#define DATA_SIZE_256 (QSPI_PAGE_SIZE)

0 commit comments

Comments
 (0)