~ruther/stm32-templates

ref: 87ee6a0b21df6a530324a6739513410ad6714e97 stm32-templates/devices/stm32f401 d---------
feat: more robust ram data loading

The .data section was assumed to start
after .text. This condition is satisfied now,
but why rely on it? The load address can be exported
from the linker script with LOADADDR call.
feat: add stm32f401 device