allen_poper
Newbie level 3
- Joined
- Mar 6, 2014
- Messages
- 3
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 23
I want to understand how the memory will store in microcontroller. I have read the wiki page of Microcontroller. But i didn't get much information about the memory segmantation of microcontroller.
1. The Text segment, stack segment, Data Segment and Heap are in RAM of memory or Flash/ROM of microcontroller.If my microcontroller(cc2530) have 8kb RAM and 256 kb Flash. Which memory i need to consider while programming
2. If i port a OS on any micro controller, In which memory OS will occupy and where the application image will occupy
3. What is the difference between compiler and Toolchain.
1. The Text segment, stack segment, Data Segment and Heap are in RAM of memory or Flash/ROM of microcontroller.If my microcontroller(cc2530) have 8kb RAM and 256 kb Flash. Which memory i need to consider while programming
2. If i port a OS on any micro controller, In which memory OS will occupy and where the application image will occupy
3. What is the difference between compiler and Toolchain.