mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
stmhal: Add support for flash storage on STM32F415.
This commit is contained in:
committed by
Damien George
parent
dbc09d03f6
commit
21e1703d37
@@ -38,7 +38,7 @@
|
||||
#include "storage.h"
|
||||
#include "irq.h"
|
||||
|
||||
#if defined(STM32F405xx) || defined(STM32F407xx)
|
||||
#if defined(STM32F405xx) || defined(STM32F415xx) || defined(STM32F407xx)
|
||||
|
||||
#define CACHE_MEM_START_ADDR (0x10000000) // CCM data RAM, 64k
|
||||
#define FLASH_SECTOR_SIZE_MAX (0x10000) // 64k max, size of CCM
|
||||
|
||||
Reference in New Issue
Block a user