Updated memory storage functionality
- cachedStorage is functional - Presets can be loaded from FLASH - CRC32 added and applied - Presets with corrputed data will be replaced by default preset Next: Preset update functionality from menu git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@269 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -59,10 +59,12 @@ _Min_Heap_Size = 0; /* required amount of heap */
|
||||
_Min_Stack_Size = 0x400; /* required amount of stack */
|
||||
|
||||
/* Memories definition */
|
||||
/*Remove 6 pages (12k) for data storage from FLASH */
|
||||
MEMORY
|
||||
{
|
||||
|
||||
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 64K
|
||||
ROM (rx) : ORIGIN = 0x8000000, LENGTH = 254K
|
||||
ROM (rx) : ORIGIN = 0x8000000, LENGTH = 244K
|
||||
}
|
||||
|
||||
/* Sections */
|
||||
|
||||
Reference in New Issue
Block a user