I need to plase a buffer of 128 byte to absolute address at RAM (e.g. 0xC7FE) with any time write/read access. It is array of unsigned int of 64 words. How to do it in C-code, not in linker? How to use pointers to array or i have to use macros HARRAY? Thanks. p.s. give me please links to some examples of code.