Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
{
"boot_and_upgrade":
{
"bootloader": {
"address": {
"description": "Address of the bootloader",
"value": "0x10000000"
},
"size": {
"description": "Size of the bootloader",
"value": "0x00018000"
},
"scratch_address": {
"description": "Address of the scratch area",
"value": "0x100e0400"
},
"scratch_size": {
"description": "Size of the scratch area",
"value": "0x00004000"
},
"status_address": {
"description": "Address of the swap status partition",
"value": "0x100e4400"
},
"status_size": {
"description": "Size of the swap status partition",
"value": "0x00002400"
}
},
"application_1": {
"core": {
"description": "Run app on the specific core. PSoC6: CM0P or CM4",
"value": "CM0P"
},
"address": {
"description": "Address of the application primary slot",
"value": "0x10020000"
},
"size": {
"description": "Size of the application primary slot",
"value": "0x00060000"
},
"upgrade_address": {
"description": "Address of the application secondary slot",
"value": "0x10080400"
},
"upgrade_size": {
"description": "Size of the application secondary slot",
"value": "0x00060000"
}
}
}
}