~ruther/stm32-templates

ref: 17b62d8d2b2691610f5b14853c4456fd58b913ef stm32-templates/devices/stm32f401/include/defines.h -rw-r--r-- 153 bytes
17b62d8d — Rutherther feat: more robust ram data loading 6 months ago
                                                                                
1
2
3
4
#define SRAM_START (0x20000000U)
#define SRAM_SIZE (96U * 1024U)
#define SRAM_END (SRAM_START + SRAM_SIZE)
#define STACK_POINTER_INIT_ADDRESS (SRAM_END)
Do not follow this link