Change the TEXT_BASE from 0xFFF00000 to 0xFF000000.
Both work. 0xFF000000 seems more reasonable.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#
|
||||
|
||||
# Flash address
|
||||
TEXT_BASE = 0xFFF00000
|
||||
TEXT_BASE = 0xFF000000
|
||||
# RAM address
|
||||
#TEXT_BASE = 0x00400000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user