Quantcast
Channel: Tools
Viewing all articles
Browse latest Browse all 91752

Forum Post: RE: how to use a memory section size in my code

$
0
0

For #1, use the NOLOAD section type.  Read more about that here.

For #2, you can create an uninitialized section in the linker command file.  Something like ...

special_buffer
{
   . += 0x1000;
} run = RAM, RUN_START(_buffer_symbol)

Hope this helps ...

-George


Viewing all articles
Browse latest Browse all 91752

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>