Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
How does the memory mapping between flash and RAM happen as far as code goes? I am writing a code for a scheduler program where I do make use of an external matrix library. This results in the size of my binary to go upto 160 KB. Just the schedule part of my source code runs perfectly fine when I run it on the mbed and the binary file created is around 158KB. How is a 158 KB binary file able to run on the mbed???