diff --git a/components/storage/blockdevice/COMPONENT_QSPIF/mbed_lib.json b/components/storage/blockdevice/COMPONENT_QSPIF/mbed_lib.json index 1f2bc1c320..95d15226f4 100644 --- a/components/storage/blockdevice/COMPONENT_QSPIF/mbed_lib.json +++ b/components/storage/blockdevice/COMPONENT_QSPIF/mbed_lib.json @@ -42,6 +42,10 @@ "MCU_PSOC6": { "QSPI_FREQ": "50000000", "QSPI_MIN_PROG_SIZE": "512" + }, + "EFM32GG11_STK3701": { + "QSPI_MIN_READ_SIZE": "4", + "QSPI_MIN_PROG_SIZE": "4" } } }