We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d275e90 commit 73f87afCopy full SHA for 73f87af
1 file changed
arch.mk
@@ -1165,7 +1165,7 @@ ifeq ($(ARCH),sim)
1165
ifneq ($(filter 1,$(WOLFHSM_CLIENT) $(WOLFHSM_SERVER)),)
1166
WH_NVM_BIN ?= whNvmImage.bin
1167
WH_NVM_HEX ?= whNvmImage.hex
1168
- WH_NVM_PART_SIZE ?= 0x8000
+ WH_NVM_PART_SIZE ?= 16384 # must match partition size in hal/sim.c
1169
WH_NVM_BASE_ADDRESS ?= 0x0
1170
endif
1171
0 commit comments