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

Back to Subject List

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


 
#69868 - RE: Spliting code: bootloader / application
Responding to: ???'s previous message
Methinks you're going to have to define some common area of memory to pass the data. The Keil website has notes on how to define fixed memory addresses and assign them to pointers (normally used to r/w to i/o registers).

One would normally put these declarations in a file common to both pieces of code so if you change something the other code knows about it when re-compiling.


List of 12 messages in thread
TopicAuthorDate
Spliting code: bootloader / application            01/01/70 00:00      
   RE: Spliting code: bootloader / application            01/01/70 00:00      
      RE: Spliting code: bootloader / application            01/01/70 00:00      
         RE: Spliting code: bootloader / application            01/01/70 00:00      
         RE: Spliting code: bootloader / application            01/01/70 00:00      
            RE: Spliting code: bootloader / application            01/01/70 00:00      
               RE: Spliting code: bootloader / application            01/01/70 00:00      
   RE: Spliting code: bootloader / application            01/01/70 00:00      
      RE: Spliting code: bootloader / application            01/01/70 00:00      
         RE: Spliting code: bootloader / application            01/01/70 00:00      
         RE: Spliting code: bootloader / application            01/01/70 00:00      
            RE: Spliting code: bootloader / application            01/01/70 00:00      

Back to Subject List