diff options
| author | Rami Ali <flowergrass@users.noreply.github.com> | 2016-12-12 16:41:38 +1100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2016-12-13 16:25:31 +1100 |
| commit | e9fbc555fcf5cd5c9cd21a9bcb47d03a0e461f54 (patch) | |
| tree | 96c801e875725b5fd53ec716341afee94d501d22 /stmhal/storage.c | |
| parent | 517f347f6f7734686b63e901eb3998298dfc9a4c (diff) | |
stmhal: Add NUCLEO_F767ZI board, with openocd config for stm32f7.
Diffstat (limited to 'stmhal/storage.c')
| -rw-r--r-- | stmhal/storage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/storage.c b/stmhal/storage.c index a40195b5c..a18c7ebb8 100644 --- a/stmhal/storage.c +++ b/stmhal/storage.c @@ -75,7 +75,7 @@ STATIC byte flash_cache_mem[0x4000] __attribute__((aligned(4))); // 16k #define FLASH_MEM_SEG2_START_ADDR (0x08140000) // sector 18 #define FLASH_MEM_SEG2_NUM_BLOCKS (128) // sector 18: 64k(of 128k) -#elif defined(STM32F746xx) +#elif defined(STM32F746xx) || defined(STM32F767xx) // The STM32F746 doesn't really have CCRAM, so we use the 64K DTCM for this. |
