Skip to content

Commit 21e1703

Browse files
dhylandsdpgeorge
authored andcommitted
stmhal: Add support for flash storage on STM32F415.
1 parent dbc09d0 commit 21e1703

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stmhal/storage.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#include "storage.h"
3939
#include "irq.h"
4040

41-
#if defined(STM32F405xx) || defined(STM32F407xx)
41+
#if defined(STM32F405xx) || defined(STM32F415xx) || defined(STM32F407xx)
4242

4343
#define CACHE_MEM_START_ADDR (0x10000000) // CCM data RAM, 64k
4444
#define FLASH_SECTOR_SIZE_MAX (0x10000) // 64k max, size of CCM

0 commit comments

Comments
 (0)