[ion] Increase RAM_BUFFER space in dfu.ld

This commit is contained in:
Léa Saviot
2019-04-11 17:25:43 +02:00
parent a4ef4bdd57
commit 26bb33555b

View File

@@ -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