diff options
Diffstat (limited to 'Release')
| -rwxr-xr-x | Release/eXodusino_Release_mem.ld | 6 | ||||
| -rwxr-xr-x | Release/exodusino.axf | bin | 57872 -> 57904 bytes | |||
| -rwxr-xr-x | Release/exodusino.map | 2 | ||||
| -rwxr-xr-x | Release/exodusino_sample1_DIP_28_.bin | bin | 0 -> 13724 bytes |
4 files changed, 6 insertions, 2 deletions
diff --git a/Release/eXodusino_Release_mem.ld b/Release/eXodusino_Release_mem.ld index ac46572..8b14c4d 100755 --- a/Release/eXodusino_Release_mem.ld +++ b/Release/eXodusino_Release_mem.ld @@ -5,8 +5,10 @@ MEMORY {
/* Define each memory region */
MFlash32 (rx) : ORIGIN = 0x1000, LENGTH = 0x7000 /* 28k */
- RamLoc8 (rwx) : ORIGIN = 0x10000000, LENGTH = 0x1FE0 /* 8k less 32 bytes used for IAP */
+ RamLoc8 (rwx) : ORIGIN = 0x10000000, LENGTH = 0x1FE0 /* 8k less 32 bytes used for IAP(LPC1114/301) */
+ //RamLoc8 (rwx) : ORIGIN = 0x10000000, LENGTH = 0x0FE0 /* 8k less 32 bytes used for IAP(LPC1114FN28/102) */
}
/* Define a symbol for the top of each memory region */
__top_MFlash32 = 0x1000 + 0x7000;
- __top_RamLoc8 = 0x10000000 + 0x1FE0;
+ __top_RamLoc8 = 0x10000000 + 0x1FE0; /* LPC1114/301 */
+ //__top_RamLoc8 = 0x10000000 + 0x0FE0; /* LPC1114FN28/102 */
diff --git a/Release/exodusino.axf b/Release/exodusino.axf Binary files differindex bd5e5de..7fb58db 100755 --- a/Release/exodusino.axf +++ b/Release/exodusino.axf diff --git a/Release/exodusino.map b/Release/exodusino.map index 164c31b..153de52 100755 --- a/Release/exodusino.map +++ b/Release/exodusino.map @@ -1715,6 +1715,7 @@ Memory Configuration Name Origin Length Attributes
MFlash32 0x00001000 0x00007000 xr
RamLoc8 0x10000000 0x00001fe0 xrw
+//RamLoc8 0x10000000 0x00000fe0 xrw
*default* 0x00000000 0xffffffff
Linker script and memory map
@@ -1756,6 +1757,7 @@ LOAD c:/nxp/lpcxpresso_4.2.0_264/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/4 END GROUP
0x00008000 __top_MFlash32 = 0x8000
0x10001fe0 __top_RamLoc8 = 0x10001fe0
+ 0x10000fe0 //__top_RamLoc8 = 0x10000fe0
.text 0x00001000 0x377c
FILL mask 0xff
diff --git a/Release/exodusino_sample1_DIP_28_.bin b/Release/exodusino_sample1_DIP_28_.bin Binary files differnew file mode 100755 index 0000000..e8b8fca --- /dev/null +++ b/Release/exodusino_sample1_DIP_28_.bin |
