~ruther/stm32h747i-disco-usb-image-viewer

ref: f392640c73298948e44976684270613df08949db stm32h747i-disco-usb-image-viewer/firmware/devices/stm32h747/include/defines.h -rw-r--r-- 154 bytes
f392640c — Rutherther feat: allow skipping queue for larger memory moves 11 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)