hal qspi test: adjust min frequency for EFM32GG11

according to the driver limitations
pull/11894/head
Maciej Bocianski 2019-10-04 11:09:31 +02:00 committed by adbridge
parent 4f83b577e4
commit e7d1a90cc4
2 changed files with 4 additions and 0 deletions

View File

@ -23,4 +23,6 @@
#define QSPI_SECTOR_COUNT 1024 // for MX25R3235F
#endif
#define QSPI_MIN_FREQUENCY 2000000
#endif // MBED_QSPI_FLASH_CONFIG_H

View File

@ -42,7 +42,9 @@ using namespace utest::v1;
#ifndef QSPI_MIN_FREQUENCY
#define QSPI_MIN_FREQUENCY 1000000
#endif
// max write size is usually page size
#define DATA_SIZE_256 (QSPI_PAGE_SIZE)