Skip to content

Commit a70a49a

Browse files
author
mars
committed
prevent use of first 32k of CCM
1 parent 542df04 commit a70a49a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/flash.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ MEMORY
1818
EEPROM (rw) : ORIGIN = 0x08004000, LENGTH = 16K /* Sector 1 */
1919
FIRMWARE (rx) : ORIGIN = 0x08008000, LENGTH = 224K /* Sector 2 */
2020
PATCHFLASH (rx) : ORIGIN = 0x08040000, LENGTH = 128K /* Sector 6 */ /* total Flash memory is 1Mb */
21-
CCMRAM (rw) : ORIGIN = 0x10000000, LENGTH = 64K /* total CCM is 64kb */
21+
CCMRAM (rw) : ORIGIN = 0x10008000, LENGTH = 32K /* total CCM is 64kb */
2222
LOADERRAM (rwx) : ORIGIN = 0x20000000, LENGTH = 48K
2323
PATCHRAM (rwx) : ORIGIN = 0x2000c000, LENGTH = 64K /* total RAM is 112kb */
2424
NVRAM (rw) : ORIGIN = 0x40024000, LENGTH = 4K

0 commit comments

Comments
 (0)