stmhal: For flash storage use same params for F407 as F405.
This commit is contained in:
parent
90e6d0c2ac
commit
3e592531eb
|
@ -34,7 +34,7 @@
|
||||||
#include "flash.h"
|
#include "flash.h"
|
||||||
#include "storage.h"
|
#include "storage.h"
|
||||||
|
|
||||||
#if defined(STM32F405xx)
|
#if defined(STM32F405xx) || defined(STM32F407xx)
|
||||||
|
|
||||||
#define CACHE_MEM_START_ADDR (0x10000000) // CCM data RAM, 64k
|
#define CACHE_MEM_START_ADDR (0x10000000) // CCM data RAM, 64k
|
||||||
#define FLASH_PART1_START_BLOCK (0x100)
|
#define FLASH_PART1_START_BLOCK (0x100)
|
||||||
|
|
Loading…
Reference in New Issue