mirror of
https://github.com/j-core/j-core-ice40.git
synced 2026-04-26 03:56:55 +00:00
correct outputs for Lattice EVB. Fix stack location. Still crashes with result code 0x11 on the LEDs
This commit is contained in:
@@ -7,8 +7,8 @@ OUTPUT_ARCH(sh)
|
||||
|
||||
MEMORY
|
||||
{
|
||||
ram : o = 0x00000000, l = 0x1c00
|
||||
stack : o = 0x00001ffc, l = 0x03fc
|
||||
ram : o = 0x00000000, l = 0x1d00
|
||||
stack : o = 0x00001d00, l = 0x0300
|
||||
}
|
||||
|
||||
SECTIONS
|
||||
|
||||
Reference in New Issue
Block a user