We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2bfed commit 6f6cea2Copy full SHA for 6f6cea2
bsp/stm32/stm32f407-micu/board/board.h
@@ -20,9 +20,9 @@
20
extern "C" {
21
#endif
22
23
-#define STM32_FLASH_START_ADRESS ((uint32_t)0x08000000)
+#define STM32_FLASH_START_ADDRESS ((uint32_t)0x08000000)
24
#define STM32_FLASH_SIZE (512 * 1024)
25
-#define STM32_FLASH_END_ADDRESS ((uint32_t)(STM32_FLASH_START_ADRESS + STM32_FLASH_SIZE))
+#define STM32_FLASH_END_ADDRESS ((uint32_t)(STM32_FLASH_START_ADDRESS + STM32_FLASH_SIZE))
26
27
#define STM32_SRAM_SIZE 128
28
#define STM32_SRAM_END (0x20000000 + STM32_SRAM_SIZE * 1024)
0 commit comments