diff --git a/cpu/cortexm_common/ldscripts/cortexm_base.ld b/cpu/cortexm_common/ldscripts/cortexm_base.ld index e0cd989ff610943f548b1c20bc6056bddbea5a4f..f97a9babde042703f320f589998e0e0e68f2ad0f 100644 --- a/cpu/cortexm_common/ldscripts/cortexm_base.ld +++ b/cpu/cortexm_common/ldscripts/cortexm_base.ld @@ -144,7 +144,7 @@ SECTIONS _sheap = . ; _eheap = ORIGIN(ram) + LENGTH(ram); - /* Populate information abour ram size */ + /* Populate information about ram size */ _sram = ORIGIN(ram); _eram = ORIGIN(ram) + LENGTH(ram); } diff --git a/cpu/cortexm_common/vectors_cortexm.c b/cpu/cortexm_common/vectors_cortexm.c index 295cce4af99b1befde56c9de834ffd85a2b357b6..56eaae22ab61cc5199f3a420ad7870701dda9bff 100644 --- a/cpu/cortexm_common/vectors_cortexm.c +++ b/cpu/cortexm_common/vectors_cortexm.c @@ -49,8 +49,8 @@ extern uint32_t _szero; extern uint32_t _ezero; extern uint32_t _sstack; extern uint32_t _estack; -extern uint32_t _sram; -extern uint32_t _eram; +extern uint8_t _sram; +extern uint8_t _eram; /** @} */ /**