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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/27/06 08:39
Read: times


 
#110839 - keil evaluation version
Responding to: ???'s previous message
as mr sankar had asked that the file he downloaded from elektor web site is properly fitting in at89c2051,yes because they uses full licenced version of the compiler,but mr sankar is using evaluation version which can only compile the code under 2K limit and that too starts at addres above 2k,that means you will have to use some device having 4k of flash memory,while you programa in assembly you use ORG 0000 like directive to tell the assembler that your code starts from this location(reset vector of 8051)but when you are using keil evaluation version then the compiler inserts a long jump instruction at reset vector(that is 0000)this long jump points to some memory location above 2k address space.Hope this helps mr sankar,just a very basic explanantion.

SAIF ULLAH KHALID.

List of 15 messages in thread
TopicAuthorDate
Multiple files in Keil µVision2            01/01/70 00:00      
   Step-by-Step            01/01/70 00:00      
      Steps            01/01/70 00:00      
         Output Window            01/01/70 00:00      
            original question            01/01/70 00:00      
               It's really very simple            01/01/70 00:00      
                  Can compile but how to fit 2051?            01/01/70 00:00      
                     You can't!            01/01/70 00:00      
                        But it's working on my table            01/01/70 00:00      
                           Read it yourself!            01/01/70 00:00      
                           Switch to Raisonance            01/01/70 00:00      
                              or stop freeloading            01/01/70 00:00      
   help me            01/01/70 00:00      
      something about keilc programming            01/01/70 00:00      
         keil evaluation version            01/01/70 00:00      

Back to Subject List