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
Well, if I don't specify the ERAM location as a userclass, the code for ERAM gets located at 0x00000000, which results in code that doesn't work. What are you using ERAM for and does it work?
Rene Sorry, in the USERCLASS topic note specify this. The code whith "__ram" is placed at run time at ERAM class. Before this still at CONST class. Then ERAM Class must be specify at yours RAM address. Sorry, my english is very poor... may be i didn't undestand you.