~ruther/stm32-templates

ref: 154bbce9f0b1d033cd3c1422932ff79b456cd367 stm32-templates/devices/stm32f446/include/defines.h -rw-r--r-- 153 bytes
154bbce9 — Rutherther feat: add support for stm32f446 7 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