This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

which keil version can be used?

hi, after a long gap i again entered into 8051 programming profession .before i worked with uv2 and uv3. but now uv4,uv5 had been introduced.whether these older version are in use?what are the major difference between uv3 ,uv5? please suggest me which keil software can be used for mini projects?

Parents
  • the only thing that may happen with using a newer version is that you may find that the code (NOT the compiler) has a bug that somehow slipped through with the other version. With sloppy code it is not unusual that a timing error (bad coding) wil show with some version and not another.
    as a related example I recall someone posting "ny code works when the debug printf is enabled, but not when it is disabled UGH.

Reply
  • the only thing that may happen with using a newer version is that you may find that the code (NOT the compiler) has a bug that somehow slipped through with the other version. With sloppy code it is not unusual that a timing error (bad coding) wil show with some version and not another.
    as a related example I recall someone posting "ny code works when the debug printf is enabled, but not when it is disabled UGH.

Children