Hello, I am using C compiler version 4.27, assembler version 5.04 and linker version 4.28, along with microvision 3.05. Is there a way to calculate the RAM/ROM usage of my application? Thanks in advance Cactus Blip
Per, Thanks for your reply. I knew that, but I cannot find a summary in the .map file. Do I have to sum up all the numbers manually?
I have not done 166 for a while, but, if I recall correctly, it is the same as for the '51.
in that case all you need is the last entry in the list for which origin + size = total use.
Erik