mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-27 09:40:07 +01:00
[ion] Increase RAM_BUFFER space in dfu.ld
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
EPSILON_STACK_END = 0x20000000 + 256K - 32K;
|
||||
|
||||
MEMORY {
|
||||
RAM_BUFFER (rw) : ORIGIN = EPSILON_STACK_END, LENGTH = 8K
|
||||
RAM_BUFFER (rw) : ORIGIN = EPSILON_STACK_END, LENGTH = 9K
|
||||
}
|
||||
|
||||
/* The DFU needs to know to which address it should jump to after a leave
|
||||
|
||||
Reference in New Issue
Block a user