2011-03-21 05:34 AM
FILE AXF
2011-05-17 05:29 AM
I did not
understand
''
my
messages
give
a
very
different
impression
''
Don't feed him! He is observing that you *don't* have a mastery of the topics at hand, or nuances of the English language.2011-05-17 05:29 AM
Your Keil IDE probably has an option to generate a map file. This is a text file with usually a .map extension that can be viewed with the IDE editor. It identifies how much RAM and flash your code requires and is therefore much more useful than the size of an AXF file. Compare the .map information with the processor's 64KB of RAM and 256 KB of flash.
The Keil IDE in simulation mode executes your code entirely within the PC. Special software included with the IDE replaces target hardware with software functions. When you download your code into the EVAL board or any other processor, you are in target mode where your code is interacting with real, not simulated hardware. All of this information is available in the materials provided with the EVAL board and Keil IDE. If you are have a language problem, get someone to help you. Cheers, Hal2011-05-17 05:29 AM
For using Keil, start with the MDK-ARM Primer
http://www.keil.com/support/man/docs/gsac/
The uVision User Guide is here:http://www.keil.com/support/man/docs/armcc/
It includes a couple of worked examples:http://www.keil.com/support/man/docs/uv4/uv4_examples.htm
The RealView Linker User Guide is here:http://www.keil.com/support/man/docs/armlink/
In particular, take a look at this section - getting information about the generated image:http://www.keil.com/support/man/docs/armlink/armlink_chdcjdgb.htm
There is also a RealView Linker Reference Guide:http://www.keil.com/support/man/docs/armlinkref/
Keil provide a number of STM32 examples here:http://www.keil.com/download/list/arm.htm
Speak to your local Distributor about local training & support in your own language. If this is a commercial project, you could try contacting one of the design consultants listed here:http://www.st.com/internet/com/support/mcu_design_consultants.jsp
(again, your local Distributor may know of others).