mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-04-16 09:51:27 +00:00
Oops, 128K is not enough.
This commit is contained in:
parent
12b8a1b2a9
commit
18e40562b5
@ -23,7 +23,7 @@ __process_stack_size__ = 0x1000; /* main() stack */
|
||||
|
||||
MEMORY
|
||||
{
|
||||
flash : org = 0x00000000, len = 128k /* SPIFI flash @ 0x140????? */
|
||||
flash : org = 0x00000000, len = 256k /* SPIFI flash @ 0x140????? */
|
||||
ram : org = 0x20000000, len = 64k /* AHB SRAM @ 0x20000000 */
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user