Added back in the jtag bridge
Now talking over the bus instead of using dpram
This commit is contained in:
@@ -31,5 +31,5 @@ SECTIONS
|
||||
} > RAM
|
||||
|
||||
. = ALIGN(4);
|
||||
__stack_top = ORIGIN(RAM) + LENGTH(RAM) - 256;
|
||||
__stack_top = ORIGIN(RAM) + LENGTH(RAM);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user