|
|
|
@ -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
|
|
|
|
* 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
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
@ -19,7 +19,7 @@
|
|
|
|
/* Memory areas */
|
|
|
|
/* Memory areas */
|
|
|
|
MEMORY
|
|
|
|
MEMORY
|
|
|
|
{
|
|
|
|
{
|
|
|
|
ROM (rx) : ORIGIN = 0x08002000, LENGTH = 56K /* FLASH */
|
|
|
|
ROM (rx) : ORIGIN = 0x08002000, LENGTH = 120K /* FLASH */
|
|
|
|
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 20K /* Main RAM */
|
|
|
|
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 20K /* Main RAM */
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|