~ruther/uni-mam-arm

ref: 3fb309951f0c2ca6f516f854f1ab942179f28b47 uni-mam-arm/arm02/devices/stm32f407/include/defines.h -rw-r--r-- 154 bytes
3fb30995 — Rutherther feat(arm03): implement display 4 months ago
                                                                                
1
2
3
4
#define SRAM_START (0x20000000U)
#define SRAM_SIZE (128U * 1024U)
#define SRAM_END (SRAM_START + SRAM_SIZE)
#define STACK_POINTER_INIT_ADDRESS (SRAM_END)
Do not follow this link