Hi I have the following version of the compiler
======================================================= IDE-Version: µVision3 V3.53 Copyright (c) Keil Elektronik GmbH / Keil Software, Inc. 1995 - 2007
License Information: XXX YYY LIC=----
Tool Version Numbers: Toolchain Path: BIN31\ C Compiler: Armcc.Exe V3.1.0.903 [Evaluation] Assembler: Armasm.Exe V3.1.0.903 [Evaluation] Linker/Locator: ArmLink.Exe V3.1.0.903 [Evaluation] Librarian: ArmAr.Exe V3.1.0.903 [Evaluation] Hex Converter: FromElf.Exe V3.1.0.903 [Evaluation] CPU DLL: SARM.DLL V3.11 Dialog DLL: DARMST9.DLL V1.02 Target DLL: BIN\UL2ARM.DLL V1.30 Dialog DLL: TARMST9.DLL V1.01a
============================================
I was trying to compile Blinky example (to boot from the bank1 of STR912). ( http://www.keil.com/support/docs/3347.htm)
Code compiles fine, loads fine, doesn't run. Now funny part is that executable Keil ships with the example loads and runs OK and drastically different size ( 20K vs. 5Mb! )from the code produced by evaluation version.
What gives? IS there is anything I can do to make evaluation version to behave?
Thank you