~ruther/stm32-templates

ref: 920d3710ebb62c82456a960663d13d95cc83746b stm32-templates/devices/stm32f446/include/defines.h -rw-r--r-- 153 bytes
920d3710 — Rutherther feat: add stm32f401 device 6 months ago
                                                                                
1
2
3
4
#define SRAM_START (0x20000000U)
#define SRAM_SIZE (32U * 1024U)
#define SRAM_END (SRAM_START + SRAM_SIZE)
#define STACK_POINTER_INIT_ADDRESS (SRAM_END)
Do not follow this link