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
You might wanna check the USERCLASS topic in the uVision help. Also check out the Project options -> LA Locate section where you can fill in User classes in the same way the C classes are filled in.
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.
View all questions in Keil forum