We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90e6d0c commit 3e59253Copy full SHA for 3e59253
1 file changed
stmhal/storage.c
@@ -34,7 +34,7 @@
34
#include "flash.h"
35
#include "storage.h"
36
37
-#if defined(STM32F405xx)
+#if defined(STM32F405xx) || defined(STM32F407xx)
38
39
#define CACHE_MEM_START_ADDR (0x10000000) // CCM data RAM, 64k
40
#define FLASH_PART1_START_BLOCK (0x100)
0 commit comments