Skip to content

Commit

Permalink
bootloader: increase RAM size to 20 kB
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Jun 28, 2024
1 parent faad81e commit d4240e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openemc-bootloader/emc-bootloader.x
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 128K
RAM : ORIGIN = 0x20000000, LENGTH = 10K
RAM : ORIGIN = 0x20000000, LENGTH = 20K
}

SECTIONS
Expand Down

0 comments on commit d4240e9

Please sign in to comment.