Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
3e592531
Commit
3e592531
authored
Apr 18, 2015
by
Damien George
Browse files
stmhal: For flash storage use same params for F407 as F405.
parent
90e6d0c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
stmhal/storage.c
View file @
3e592531
...
...
@@ -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)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment