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

Back to Subject List

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


 
#72937 - RE: jump from internal ROM to External ROM
Responding to: ???'s previous message
Hi Farhan,
Bootstrap Loaders will work equally well through external Program memory. So there is no need that the Bootstrap loader must be in the Internal Memory only.

The best you can do is Have an OBJ file of your Bootstrap loader, and include it in all your projects. Then, for "your every project" you will have the same bootstrap loader.

The other Possiblities:
1. You don't want other programmers to change the Bootstrap loader: Then just give them the .obj file to include in their project.

2. Program security of your Loader code: You do not want others to view the code of Bootstrap loader, then the matter is totally different. Just by giving the OBJs or the LIBs will not help, you need to try other methods.

3. Any other possiblity.

Please confirm which of the above 3 possibilities are you looking for.


Bye,
Kiran V. Sutar.






List of 7 messages in thread
TopicAuthorDate
jump from internal ROM to External ROM            01/01/70 00:00      
   RE: jump from internal ROM to External ROM            01/01/70 00:00      
      RE: jump from internal ROM to External ROM            01/01/70 00:00      
         RE: jump from internal ROM to External ROM            01/01/70 00:00      
            RE: jump from internal ROM to External ROM            01/01/70 00:00      
   RE: jump from internal ROM to External ROM            01/01/70 00:00      
   RE: jump from internal ROM to External ROM            01/01/70 00:00      

Back to Subject List