mirror of https://github.com/ARMmbed/mbed-os.git
hal qspi test: adjust min frequency for EFM32GG11
according to the driver limitationspull/11894/head
parent
4f83b577e4
commit
e7d1a90cc4
|
@ -23,4 +23,6 @@
|
||||||
#define QSPI_SECTOR_COUNT 1024 // for MX25R3235F
|
#define QSPI_SECTOR_COUNT 1024 // for MX25R3235F
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define QSPI_MIN_FREQUENCY 2000000
|
||||||
|
|
||||||
#endif // MBED_QSPI_FLASH_CONFIG_H
|
#endif // MBED_QSPI_FLASH_CONFIG_H
|
||||||
|
|
|
@ -42,7 +42,9 @@ using namespace utest::v1;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef QSPI_MIN_FREQUENCY
|
||||||
#define QSPI_MIN_FREQUENCY 1000000
|
#define QSPI_MIN_FREQUENCY 1000000
|
||||||
|
#endif
|
||||||
|
|
||||||
// max write size is usually page size
|
// max write size is usually page size
|
||||||
#define DATA_SIZE_256 (QSPI_PAGE_SIZE)
|
#define DATA_SIZE_256 (QSPI_PAGE_SIZE)
|
||||||
|
|
Loading…
Reference in New Issue