~ruther/uni-mam-arm

ref: bb6a58a376bbc65e6c168ecc698421164363bb38 uni-mam-arm/arm02/devices/stm32f407/include/defines.h -rw-r--r-- 154 bytes
bb6a58a3 — Rutherther feat(arm07): implement few commands 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