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

ARM code location

Among other .c files, my code has one (less then 1kb) which I would like to place at some predetermined location in my ARN CPU flash. That file is in fact consisted mostly of constant data. Is there some way to achieve such goal and if yes, how ? I am new to ARM and came from C51 world, where I already did the above-like work, by the help of linker directives. I am using MDK Keil v4.

Thanks