implemented memory device, flashStorage and cached storage
git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@268 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -62,7 +62,7 @@ _Min_Stack_Size = 0x400; /* required amount of stack */
|
||||
MEMORY
|
||||
{
|
||||
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 64K
|
||||
ROM (rx) : ORIGIN = 0x8000000, LENGTH = 256K
|
||||
ROM (rx) : ORIGIN = 0x8000000, LENGTH = 254K
|
||||
}
|
||||
|
||||
/* Sections */
|
||||
|
||||
Reference in New Issue
Block a user