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.
11 years, 6 months ago.
RAM and FLASH remaining
hi how in a program get RAM and FLASH remaining ? thank you
2 Answers
11 years, 6 months ago.
The amount of flash remaining is given by the compiler (click on build details after compiling, although currently for me it is only giving me graphical representation, that isn't supposed to happen, but still gives you roughly the answer). It also tells you how much ram is used at compile time, but that doesn't tell too much.
For RAM usage when your program is running, this is probably a good starting point: http://mbed.org/forum/helloworld/topic/3948/?page=1
11 years, 6 months ago.
Hello thank you for your answer, it will be useful especially for a RAM cordially