pounder_test/memory.x

6 lines
120 B
Plaintext
Raw Normal View History

2019-03-18 19:56:26 +08:00
MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 512K
RAM : ORIGIN = 0x20000000, LENGTH = 112K /* of 112K + 16K */
}