1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-12 18:49:07 +00:00

firmware: use full 1M flash

This commit is contained in:
Pavol Rusnak 2018-06-27 18:17:44 +02:00
parent 632e55b190
commit 18f8c0a173
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
4 changed files with 8 additions and 7 deletions

View File

@ -1,8 +1,8 @@
/* STM32F205RE - 512K Flash, 128K RAM */
/* STM32F205RG - 1024K Flash, 128K RAM */
MEMORY
{
rom (rx) : ORIGIN = 0x08000000, LENGTH = 512K
rom (rx) : ORIGIN = 0x08000000, LENGTH = 1024K
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 128K
}

View File

@ -1,8 +1,8 @@
/* STM32F205RE - 512K Flash, 128K RAM */
/* STM32F205RG - 1024K Flash, 128K RAM */
/* program starts at 0x08010000 */
MEMORY
{
rom (rx) : ORIGIN = 0x08004000, LENGTH = 512K - 16K
rom (rx) : ORIGIN = 0x08004000, LENGTH = 1024K - 16K
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 128K
}

View File

@ -1,8 +1,8 @@
/* STM32F205RE - 512K Flash, 128K RAM */
/* STM32F205RG - 1024K Flash, 128K RAM */
/* program starts at 0x08010000 */
MEMORY
{
rom (rx) : ORIGIN = 0x08010000, LENGTH = 512K - 64K
rom (rx) : ORIGIN = 0x08010000, LENGTH = 1024K - 64K
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 128K
}

View File

@ -1,4 +1,5 @@
/* STM32F205RE - 512K Flash, 128K RAM */
/* STM32F205RG - 1024K Flash, 128K RAM */
MEMORY
{
rom (rx) : ORIGIN = 0x20000000, LENGTH = 32K