mirror of https://github.com/wolfSSL/wolfBoot.git
20 lines
619 B
Plaintext
20 lines
619 B
Plaintext
# STM32WBA55CG Nucleo, wolfBoot on the wolfHAL backend.
|
|
#
|
|
# Flash: 1 MB at 0x08000000, 8 KB pages, 128-bit (16-byte) aligned writes.
|
|
# Non-secure / flat mode (the wolfHAL stm32wba flash driver uses the NS
|
|
# flash registers). Bootloader occupies the first 64 KB; two 128 KB
|
|
# partitions plus an 8 KB swap follow.
|
|
TARGET=stm32wba
|
|
BOARD=stm32wba55cg_nucleo
|
|
WOLFHAL=1
|
|
ARCH=ARM
|
|
SIGN=ECC256
|
|
HASH=SHA256
|
|
NO_MPU=1
|
|
WOLFBOOT_SECTOR_SIZE=0x2000
|
|
WOLFBOOT_PARTITION_SIZE=0x20000
|
|
WOLFBOOT_PARTITION_BOOT_ADDRESS=0x08010000
|
|
WOLFBOOT_PARTITION_UPDATE_ADDRESS=0x08030000
|
|
WOLFBOOT_PARTITION_SWAP_ADDRESS=0x08050000
|
|
NVM_FLASH_WRITEONCE=1
|