Hi, Where is ERAM class located? I know that ERAM is copied to RAM at startup but before it is located at ROM, is it RIGHT? But I don't know where in the ROM and its size, can you help me with this?! At MAP file I saw the size of ERAM, but I didn't see where was located. Thanks Eduardo
I found! The code defined at ERAM, is in CONST class. ERAM is just the position in RAM where the code in CONST is copyied and where it's run. Thanks! PS.: The USERCLASS not informe this.