Skip to content

Commit 6f6cea2

Browse files
Update bsp/stm32/stm32f407-micu/board/board.h
Co-authored-by: Copilot <[email protected]>
1 parent 1d2bfed commit 6f6cea2

File tree

1 file changed

+2
-2
lines changed
  • bsp/stm32/stm32f407-micu/board

1 file changed

+2
-2
lines changed

bsp/stm32/stm32f407-micu/board/board.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
extern "C" {
2121
#endif
2222

23-
#define STM32_FLASH_START_ADRESS ((uint32_t)0x08000000)
23+
#define STM32_FLASH_START_ADDRESS ((uint32_t)0x08000000)
2424
#define STM32_FLASH_SIZE (512 * 1024)
25-
#define STM32_FLASH_END_ADDRESS ((uint32_t)(STM32_FLASH_START_ADRESS + STM32_FLASH_SIZE))
25+
#define STM32_FLASH_END_ADDRESS ((uint32_t)(STM32_FLASH_START_ADDRESS + STM32_FLASH_SIZE))
2626

2727
#define STM32_SRAM_SIZE 128
2828
#define STM32_SRAM_END (0x20000000 + STM32_SRAM_SIZE * 1024)

0 commit comments

Comments
 (0)