Skip to content

Commit

Permalink
Workaround for canaries crashing on 0x20040000 with new compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Apr 27, 2022
1 parent 0bd24ce commit 4da502e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cores/cc3200/cc3200.ld
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RAM_LOW_SIZE = 0x4000;

MEMORY
{
SRAM (rwx) : ORIGIN = 0x20004000, LENGTH = 0x3C000 /* 0x30000 only 196kB?! for 256kB use 0x3C000 + 0x4000 lower mem (todo)*/
SRAM (rwx) : ORIGIN = 0x20004000, LENGTH = 0x3BFFF /* 0x30000 only 196kB?! for 256kB use 0x3C000 + 0x4000 lower mem (todo)*/
SRAM_LOW (rw) : ORIGIN = 0x20000000, LENGTH = 0x4000 /* TODO */
}

Expand Down

0 comments on commit 4da502e

Please sign in to comment.