cancel
Showing results for 
Search instead for 
Did you mean: 

FILE AXF

hajermarnissi
Associate II
Posted on March 21, 2011 at 13:34

FILE AXF

12 REPLIES 12
Posted on May 17, 2011 at 14:29

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.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
raptorhal2
Lead
Posted on May 17, 2011 at 14:29

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, Hal

Andrew Neil
Evangelist III
Posted on May 17, 2011 at 14:29

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).