Advertisement
Guest User

Untitled

a guest
Dec 5th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. MEMORY {
  2. rom : ORIGIN = 0x00000000, LENGTH = 0x00008000
  3. sram : ORIGIN = 0x10000000, LENGTH = 0x00001000
  4. main_ram : ORIGIN = 0x40000000, LENGTH = 0x04000000
  5. spiflash : ORIGIN = 0x20000000, LENGTH = 0x00200000
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement