Skip to content
Snippets Groups Projects
Commit 3e592531 authored by Damien George's avatar Damien George
Browse files

stmhal: For flash storage use same params for F407 as F405.

parent 90e6d0c2
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@
#include "flash.h"
#include "storage.h"
#if defined(STM32F405xx)
#if defined(STM32F405xx) || defined(STM32F407xx)
#define CACHE_MEM_START_ADDR (0x10000000) // CCM data RAM, 64k
#define FLASH_PART1_START_BLOCK (0x100)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment