This sets up the basic build for the microbit project. The documentation needed to code against it has been assembled in the documents directory.
6 lines
101 B
Plaintext
6 lines
101 B
Plaintext
MEMORY
|
|
{
|
|
FLASH : ORIGIN = 0x00000000, LENGTH = 512K
|
|
RAM : ORIGIN = 0x20000000, LENGTH = 128K
|
|
}
|