Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/03/05 11:14
Read: times


 
#84253 - Project Configuration?
Responding to: ???'s previous message
Are you sure that your Keil Project is 100% correctly configured for your target?
  • Correct 8052 variant?
  • Correct size of available Code memory?
  • Correct size of available data memory?
  • etc, etc,...?

    Example:
    If your project is configured for an 8052, say, then the Compiler will generate code assuming that you have an 8052 (extra 128 bytes IDATA, 3rd Timer, etc) and the simulator will simulate an 8052; if you then run this on an 8051, you will obviously be asking for trouble!

    The above is just an example, but hopefully you can now see at least one way in which a project can build and simulate perfectly, but die misarably on "real" hardware...



  • List of 25 messages in thread
    TopicAuthorDate
    Keil C Code not working            01/01/70 00:00      
       Desktop turbo c++ ?            01/01/70 00:00      
          Slightly??!!            01/01/70 00:00      
          agreed            01/01/70 00:00      
             i got the math to do div / multiply            01/01/70 00:00      
             Debugger? Simulator? Maths?            01/01/70 00:00      
                Question...            01/01/70 00:00      
                   Please use Correct Terms            01/01/70 00:00      
                Re Andy Debugger, Simulator? Math            01/01/70 00:00      
             *unnecessarily* complex!            01/01/70 00:00      
                Re andy            01/01/70 00:00      
                   Divide and Conquer!            01/01/70 00:00      
             Bad Burner?            01/01/70 00:00      
                Re Andy Bad Burner            01/01/70 00:00      
             Project Configuration?            01/01/70 00:00      
       debugging?            01/01/70 00:00      
          thanks for the link            01/01/70 00:00      
       Data Sizes - Lesson not yet learned?            01/01/70 00:00      
          Re Andy            01/01/70 00:00      
       brackets ?            01/01/70 00:00      
          (no) brackets            01/01/70 00:00      
       WriteCommandLCD ?            01/01/70 00:00      
          Re Andy            01/01/70 00:00      
             Problem not fixed yet?            01/01/70 00:00      
                Problem not fixed yet?            01/01/70 00:00      

    Back to Subject List