initial commit
This commit is contained in:
13
FIRMWARE/bram.ld
Normal file
13
FIRMWARE/bram.ld
Normal file
@@ -0,0 +1,13 @@
|
||||
MEMORY
|
||||
{
|
||||
BRAM (RWX) : ORIGIN = 0x0000, LENGTH = 0x1800 /* 6kB RAM */
|
||||
}
|
||||
SECTIONS
|
||||
{
|
||||
everything :
|
||||
{
|
||||
. = ALIGN(4);
|
||||
start.o (.text)
|
||||
*(.*)
|
||||
} >BRAM
|
||||
}
|
Reference in New Issue
Block a user