update to bootloaderconfig memory sizes for PCA10100
This commit is contained in:
parent
ba4724e17f
commit
19cf4dc9d7
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@ const uint32_t bootloaderConfig[] =
|
|||
CFG_MAGIC0, CFG_MAGIC1, // magic
|
||||
5, 100, // used entries, total entries
|
||||
|
||||
204, 0x100000, // FLASH_BYTES = 0x100000
|
||||
205, 0x40000, // RAM_BYTES = 0x40000
|
||||
204, 0x80000, // FLASH_BYTES = 0x100000/2=0x80000
|
||||
205, 0x20000, // RAM_BYTES = 0x40000/2=0x20000
|
||||
208, (USB_DESC_VID << 16) | USB_DESC_UF2_PID, // BOOTLOADER_BOARD_ID = USB VID+PID, used for verification when updating bootloader via uf2
|
||||
209, 0xada52840, // UF2_FAMILY = 0xada52840
|
||||
210, 0x20, // PINS_PORT_SIZE = PA_32
|
||||
|
|
|
|||
Loading…
Reference in a new issue