10 years, 10 months ago.

RAM and FLASH remaining

hi how in a program get RAM and FLASH remaining ? thank you

2 Answers

10 years, 10 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

Accepted Answer
10 years, 10 months ago.

Hello thank you for your answer, it will be useful especially for a RAM cordially