mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +01:00
87a8b74908
Co-authored-by: Milton Eduardo Sosa <milton@Miltons-MacBook-Pro.local>
6 lines
No EOL
136 B
Text
6 lines
No EOL
136 B
Text
MEMORY
|
|
{
|
|
/* NOTE 1 K = 1 KiBi = 1024 bytes */
|
|
FLASH : ORIGIN = 0x08000000, LENGTH = 512K
|
|
RAM : ORIGIN = 0x20000000, LENGTH = 96K
|
|
} |