• Difference in Output of Simulator and Emulator
    Dear All, I am getting difference in output of Simulator and Emulator on using program Source #include <reg51.H> void SerTx(unsigned char); void main(void) { int counter; TMOD = 0x20;...
  • Keil is not generating the right hex file
    Hi all I've just started using Keil C51. The first thing I did was to try an compile an example which I already had its hex file(this was compiled by Keil as well). the problem is that when I comiled...
  • Emulation
    I m looking for a test bench/compiler/add-on that will help me import some functions(modules) that I have written for keil ( c program) and compile in VC++. Precisely this is what I want to do: ...
  • Generating .bin output file
    Hi all, I want to generate .bin output file in keil after compilation (because s3c2440a requires .bin file for execution). Please anybody knows how to generate help me. Thanks.
  • Generating output BIN file
    Hello, Keil uVision generates as output HEX file. Do you know how I can generate BIN file? Unfortunately hex2bin program doesn't work. Message error "Invalid record type in HEX record 1" does occured...