diff --git a/cortex-m-rt/link.x b/cortex-m-rt/link.x index f0c8efa7..6c58b2ab 100644 --- a/cortex-m-rt/link.x +++ b/cortex-m-rt/link.x @@ -106,4 +106,4 @@ Set '_stext' to an adress greater than '_einterrupts'"); ASSERT(_stext < ORIGIN(FLASH) + LENGTH(FLASH), " The '.text' section must be placed inside the FLASH memory -Set '_stext' to an adress smaller than 'ORIGIN(FLASH) + LENGTH(FLASH)"); +Set '_stext' to an address smaller than 'ORIGIN(FLASH) + LENGTH(FLASH)");