From f5508ad5dd8debcc0eebaaa0bdc547092ef92046 Mon Sep 17 00:00:00 2001 From: Mason Tran Date: Tue, 8 Sep 2020 00:51:45 -0400 Subject: [PATCH] [efr32] fix NVM3 initialization error due to alignment issue (#5491) --- examples/Makefile-efr32mg21 | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/Makefile-efr32mg21 b/examples/Makefile-efr32mg21 index 9143283a9..d670c56a4 100644 --- a/examples/Makefile-efr32mg21 +++ b/examples/Makefile-efr32mg21 @@ -100,6 +100,7 @@ COMMONCFLAGS := \ -Os \ -g \ -I$(HAL_CONF_DIR) \ + -DNVM3_DEFAULT_NVM_SIZE=40960 \ -D__START=main \ -D$(MCU) \ $(EFR32MG21_CONFIG_FILE_CPPFLAGS) \