~ruther/uni-mam-arm

ref: caeaf90ea3a725420fc01749b89c61680403e627 uni-mam-arm/arm02/devices/stm32f446/include/defines.h -rw-r--r-- 154 bytes
caeaf90e — Rutherther feat(arm07): reimplement short/long button press via updating timer mutliple times 1 year, 14 days 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)