Advertisement
wojtek327

Untitled

Jan 8th, 2021
1,443
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.27 KB | None | 0 0
  1. /* Memories definition */
  2. MEMORY
  3. {
  4.   ITCMRAM    (xrw)    : ORIGIN = 0x00000000,   LENGTH = 64K
  5.   RAM    (xrw)    : ORIGIN = 0x20000000,   LENGTH = 128K
  6.   ROM    (rx)    : ORIGIN = 0x08000000,   LENGTH = 1024K
  7.   RAM_D2 (xrw)      : ORIGIN = 0x30000000, LENGTH = 288K
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement