~ruther/stm32-templates

ref: 229ffc406ec7bb800180684b79e8203d68ddd3e2 stm32-templates/devices/stm32h747/include/defines.h -rw-r--r-- 154 bytes
229ffc40 — Rutherther feat: blinking leds on STM32H747I-DISCO 1 year, 2 months ago
                                                                                
1
2
3
4
#define SRAM_START (0x24000000U)
#define SRAM_SIZE (512U * 1024U)
#define SRAM_END (SRAM_START + SRAM_SIZE)
#define STACK_POINTER_INIT_ADDRESS (SRAM_END)