We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi I'm developing PIC18Fxxx with MIKROC PRO compiler and i can simply monitor my code characteristic in the menu which name is statics and it include pie chart for RAM and ROM and function location and varible and functions tree chart and many useful information and this compiler is very user friendly but i can't find such as this information in KEIL uvision 4.50. Has KEIL company any version of uvision like MIKROC PRO which i will be able to monitor my program characteristic simply for arm products such as cortex m3?
Keil does print the code & data usage in the build output window at the end of a successful build.
It can also be found in the listing files for individual modules, and the Map file for the overall image.
But they don't make pretty pictures for you - you would have to do your own colouring-in if you want that...
Thank you