Quantcast
Channel: Memory allocation in Microcontrollers - Electrical Engineering Stack Exchange
Browsing all 3 articles
Browse latest View live

Answer by AlphaGoku for Memory allocation in Microcontrollers

ARM memory mapping - The entire code(along with variable's ,code etc ) goes to ROM. Since this a read only memory and variables have to change, variables are in turn remapped into the RAM. So your RAM...

View Article



Answer by Majenko for Memory allocation in Microcontrollers

Everything is done in "sections". Where a section goes depends on its use. What gets put into a section, again, depends on its use.In general you get two "data" sections - .data and .rodata. .data is...

View Article

Memory allocation in Microcontrollers

I know I'm asking a basic Question. But it will be very useful for me to continue my Micro-controller Experience. Consider I am using a controller with 256 KB Flash and 8 KB Ram. My Questions areI know...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images