Skip to content

Commit c1f0164

Browse files
committed
Fixed psoc6 configuration
1 parent aa3fb3f commit c1f0164

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

arch.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ endif
153153

154154
ifeq ($(TARGET),psoc6)
155155
CORTEX_M0=1
156-
PKA_EXTRA_OBJS+= $(CYPRESS_PDL)/drivers/source/cy_flash.o \
156+
OBJS+= $(CYPRESS_PDL)/drivers/source/cy_flash.o \
157157
$(CYPRESS_PDL)/drivers/source/cy_ipc_pipe.o \
158158
$(CYPRESS_PDL)/drivers/source/cy_ipc_sema.o \
159159
$(CYPRESS_PDL)/drivers/source/cy_ipc_drv.o \

config/examples/cypsoc6.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ SPMATH?=1
2121
RAM_CODE?=0
2222
DUALBANK_SWAP?=0
2323
IMAGE_HEADER_SIZE?=256
24-
PKA?=1
24+
PKA?=0
2525
WOLFTPM?=0
2626
WOLFBOOT_PARTITION_SIZE?=0x80000
27-
WOLFBOOT_SECTOR_SIZE?=4096
27+
WOLFBOOT_SECTOR_SIZE?=512
2828
WOLFBOOT_PARTITION_BOOT_ADDRESS?=0x10080000
2929
WOLFBOOT_PARTITION_UPDATE_ADDRESS?=0x10100000
3030
WOLFBOOT_PARTITION_SWAP_ADDRESS?=10010000

0 commit comments

Comments
 (0)