stll some issues

This commit is contained in:
2021-12-07 11:56:18 +01:00
parent 58eb3f84ee
commit cd6d749a15
4 changed files with 243 additions and 4 deletions

View File

@ -1,9 +1,9 @@
MEMORY
{
FLASH : ORIGIN = 0x00000000, LENGTH = 0x40000 /* 256K */
FLASH : ORIGIN = 0x00000000, LENGTH = 256K
/* RAM is a mandatory region. This RAM refers to the SRAM_0 */
RAM : ORIGIN = 0x1FFF8000, LENGTH = 0x08000 /* 32K */
SRAM_1 : ORIGIN = 0x20000000, LENGTH = 0x08000 /* 32K */
RAM : ORIGIN = 0x1FFF8000, LENGTH = 32K
SRAM_1 : ORIGIN = 0x20000000, LENGTH = 32K
}
/* This is where the call stack will be allocated. */