Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
Diff: TARGET_GR_LYCHEE/TARGET_RENESAS/TARGET_RZ_A1XX/TARGET_GR_LYCHEE/device/TOOLCHAIN_ARM_STD/mem_RZ_A1LU.h
- Revision:
- 170:e95d10626187
- Parent:
- 161:aa5281ff4a02
diff -r a7c7b631e539 -r e95d10626187 TARGET_GR_LYCHEE/TARGET_RENESAS/TARGET_RZ_A1XX/TARGET_GR_LYCHEE/device/TOOLCHAIN_ARM_STD/mem_RZ_A1LU.h --- a/TARGET_GR_LYCHEE/TARGET_RENESAS/TARGET_RZ_A1XX/TARGET_GR_LYCHEE/device/TOOLCHAIN_ARM_STD/mem_RZ_A1LU.h Fri Jun 22 15:38:59 2018 +0100 +++ b/TARGET_GR_LYCHEE/TARGET_RENESAS/TARGET_RZ_A1XX/TARGET_GR_LYCHEE/device/TOOLCHAIN_ARM_STD/mem_RZ_A1LU.h Thu Sep 06 13:39:34 2018 +0100 @@ -42,15 +42,11 @@ // <o1> ROM Size (in Bytes) <0x0-0xFFFFFFFF:8> // </h> *----------------------------------------------------------------------------*/ -#define __ROM_BASE 0x18000000 -#define __ROM_SIZE 0x08000000 - -#define __VECTOR_BASE 0x18004000 /*--------------------- RAM Configuration ----------------------------------- *----------------------------------------------------------------------------*/ #define __RAM_BASE 0x20000000 -#define __RAM_SIZE 0x00200000 +#define __RAM_SIZE 0x00300000 #define __NC_RAM_SIZE 0x00100000 #define __NM_RAM_SIZE (__RAM_SIZE - __NC_RAM_SIZE) #define __DATA_NC_BASE (__RAM_BASE + __NM_RAM_SIZE + 0x40000000)