1
0
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:
J
2019-03-05 02:17:06 -05:00
parent b1176ec9aa
commit f0dbd0a33e
5 changed files with 103 additions and 78 deletions

View File

@@ -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