stm32f07/9: Both devices have 256 kByte Flash Maximum.
See RM0091, Rev.7. page 56. Change-Id: I9a98094d49739686f93e26a5112eb0a2a8a7c883 Signed-off-by: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de> Reviewed-on: http://openocd.zylin.com/2458 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>__archive__
parent
5b38f862f8
commit
d61795c625
|
@ -941,13 +941,6 @@ static int stm32x_probe(struct flash_bank *bank)
|
|||
stm32x_info->default_rdp = 0x55AA;
|
||||
break;
|
||||
case 0x448: /* stm32f07x */
|
||||
page_size = 2048;
|
||||
stm32x_info->ppage_size = 4;
|
||||
max_flash_size_in_kb = 128;
|
||||
stm32x_info->user_data_offset = 16;
|
||||
stm32x_info->option_offset = 6;
|
||||
stm32x_info->default_rdp = 0x55AA;
|
||||
break;
|
||||
case 0x442: /* stm32f09x */
|
||||
page_size = 2048;
|
||||
stm32x_info->ppage_size = 4;
|
||||
|
|
Loading…
Reference in New Issue