From 26bb33555bc297c4870108d7d4ee88bcbcf0d050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Thu, 11 Apr 2019 17:25:43 +0200 Subject: [PATCH] [ion] Increase RAM_BUFFER space in dfu.ld --- ion/src/device/shared/usb/dfu.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ion/src/device/shared/usb/dfu.ld b/ion/src/device/shared/usb/dfu.ld index a9f935286..0599dc581 100644 --- a/ion/src/device/shared/usb/dfu.ld +++ b/ion/src/device/shared/usb/dfu.ld @@ -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