• uVision multiple output file
    Hi all, I'm working with uVision2 v2.4 and I want to know if there's a way to define multiple output file names according to precompilation process. For example somthing like that: #ifdef _ED_ output_file_name...
  • help with hex file output
    Hello I'm new in this programming world and I had a simple application in C that was supposed to toggle a led and set some signals... The application was supposed to be emulated with an EPROM emulator...
  • HEX Output
    Hello, I am using uV2 to develop my system. The target is an AT89C52 (ATMEL). I use CEIBO debugger in addition. When I have compiled it and ran it with the emulator, everything works... I use both...
  • Comments in Hex file output?
    Greetings: Is anyone aware if the Keil environment can embed comments is its HEX file output? Embedding notes (title, version, copy-write, etc.) in HEX file output has proven helpful in my plethora...
  • AFX & HEX outputs are different
    I have an application that, when loaded on to the device (via ULink or JLink) as a .axf file, works as expected. When the .hex output is used instead, the application fails to function. Has anyone...