This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

array of variables in RAM

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.

0