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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/16/05 23:31
Read: times


 
#97505 - Keil Eval Limits
Responding to: ???'s previous message
Following is a list of eval limits that may be more specific than what's on the web site.


  • The evaluation software generates a maximum of 2K of code.

  • The reset vector is located at 0x0000.

  • Interrupt vectors are located at 0x0003, 0x000B, 0x0013, ...

  • Relocatable segments (which is basically everything created by the compiler) start at 0x800.

  • Absolute segments start at their specified address.



Additionally, you can load and test a maximum of 2K of code with the uVision Debugger.

Jon

List of 14 messages in thread
TopicAuthorDate
Program Start Location in Flash            01/01/70 00:00      
   Evaluation Version            01/01/70 00:00      
   try writing in Asy            01/01/70 00:00      
      I doubt about ORG 0000h            01/01/70 00:00      
         well i have used it for my hobby            01/01/70 00:00      
            simple            01/01/70 00:00      
               absolutely            01/01/70 00:00      
            if we talk about Keil            01/01/70 00:00      
               Keil Eval Limits            01/01/70 00:00      
            Size doesn't matter            01/01/70 00:00      
               That's not what my wife says...            01/01/70 00:00      
   I suspect            01/01/70 00:00      
      Cheaper alternative            01/01/70 00:00      
   linker decides the locations            01/01/70 00:00      

Back to Subject List