set memory to 128K

This commit is contained in:
foosinn 2021-07-11 00:23:08 +02:00
parent 91f01c0b62
commit 5203df9b9b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
/* STM32F072CxT6 */ /* STM32F072CxT6 */
MEMORY MEMORY
{ {
FLASH : ORIGIN = 0x08000000, LENGTH = 64K /* change length to 128K for STM32F072CBT6 */ FLASH : ORIGIN = 0x08000000, LENGTH = 128K /* change length to 128K for STM32F072CBT6 */
RAM : ORIGIN = 0x20000000, LENGTH = 16K RAM : ORIGIN = 0x20000000, LENGTH = 16K
} }