ionpak-thermostat/firmware/memory.x

8 lines
144 B
Plaintext
Raw Normal View History

2017-05-04 17:35:26 +08:00
MEMORY
{
FLASH : ORIGIN = 0x00000000, LENGTH = 512K
RAM : ORIGIN = 0x20000000, LENGTH = 256K
}
_stack_start = ORIGIN(RAM) + LENGTH(RAM);