mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2025-12-05 23:02:23 +01:00
Extend FLASH size for 128 KB parts
This commit is contained in:
parent
37724bbabf
commit
d001aeecb3
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2016 by Andy Uribe CA6JAU
|
||||
* Copyright (C) 2016-2018 by Andy Uribe CA6JAU
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
/* Memory areas */
|
||||
MEMORY
|
||||
{
|
||||
ROM (rx) : ORIGIN = 0x08002000, LENGTH = 56K /* FLASH */
|
||||
ROM (rx) : ORIGIN = 0x08002000, LENGTH = 120K /* FLASH */
|
||||
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 20K /* Main RAM */
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2016 by Andy Uribe CA6JAU
|
||||
* Copyright (C) 2016-2018 by Andy Uribe CA6JAU
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
/* Memory areas */
|
||||
MEMORY
|
||||
{
|
||||
ROM (rx) : ORIGIN = 0x08000000, LENGTH = 64K /* FLASH */
|
||||
ROM (rx) : ORIGIN = 0x08000000, LENGTH = 128K /* FLASH */
|
||||
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 20K /* Main RAM */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue