File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
targets/TARGET_Analog_Devices
TARGET_ADUCM302X/TARGET_ADUCM3029/api
TARGET_ADUCM4X50/TARGET_ADUCM4050/api Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ static const sector_info_t sectors_info[] = {
76
76
};
77
77
78
78
static const flash_target_config_t flash_target_config = {
79
- .page_size = 0x800 ,
79
+ .page_size = 0x8 , // minimal programmable unit size
80
80
.flash_start = 0x0 ,
81
81
.flash_size = 0x00040000 ,
82
82
.sectors = sectors_info ,
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ static const sector_info_t sectors_info[] = {
74
74
};
75
75
76
76
static const flash_target_config_t flash_target_config = {
77
- .page_size = 0x800 ,
77
+ .page_size = 0x8 , // minimal programmable unit size
78
78
.flash_start = 0x0 ,
79
79
.flash_size = 0x0007F000 ,
80
80
.sectors = sectors_info ,
You can’t perform that action at this time.
0 commit comments