• Take Your Job Seriously?
    Thought this link would be of interest to all current and would-be programmers and engineers.... From this text: "All safety-critical applications depend on software, but software is among the most...
  • Copiling and Linking take very long
    Hi, Normally Keil µV2 creates a hex file during less than a second. My newest project is my first project whose hex file contains more than one KB of data. After booting my PC creating this hex files...
  • How to determine the END of the program at runtime?
    Hi! I switched to the SiLabs variety of 8051s, and now I can actually flash parts of the memory from inside my application to store some configuration data. But: I'd like to safeguard my function...
  • how can i know how long does the code take?
    keil only display the sum of time.
  • How determine library sizes?
    Hello, In LST files you can find totals about module memory usage, in M51 you can do the same for complete application but, how can I determine the memory usage (code and data)when I build a library...