Skip to content

Commit

Permalink
H7 add support dual bank, mass erase and new chips
Browse files Browse the repository at this point in the history
  • Loading branch information
Ant-ON committed Nov 9, 2020
1 parent 277eee7 commit 54000d6
Show file tree
Hide file tree
Showing 4 changed files with 239 additions and 196 deletions.
2 changes: 2 additions & 0 deletions inc/stm32.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

/* Constant STM32 memory map figures */
#define STM32_FLASH_BASE ((uint32_t)0x08000000)
#define STM32_F1_FLASH_BANK2_BASE ((uint32_t)0x08080000)
#define STM32_H7_FLASH_BANK2_BASE ((uint32_t)0x08100000)
#define STM32_SRAM_BASE ((uint32_t)0x20000000)
#define STM32_G0_OPTION_BYTES_BASE ((uint32_t)0x1FFF7800)
#define STM32_G4_OPTION_BYTES_BASE ((uint32_t)0x1FFFF800)
Expand Down
Loading

0 comments on commit 54000d6

Please sign in to comment.