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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/26/09 17:25
Read: times


 
#161742 - Duplicate funcs in Bootloader == BIOS?
I'm working on a new bootloader for an 8051 variant that has flash, but no bootloader ROM (F34x). My normal (non-bootloader) application has some of the same functions as the bootloader does (init serial, burn flash, erase flash, etc). Has anyone implemented a method to call their own bootloader functions from their application?

I assume one would have to expose some common vector table or similar because if the bootloader firmware changes over time, you'd still want to be able to access the functions (E.g. don't hard code the bootloader addresses in the application). A decent software interrupt would be handy here I guess...


List of 7 messages in thread
TopicAuthorDate
Duplicate funcs in Bootloader == BIOS?            01/01/70 00:00      
   Search Subject Here...            01/01/70 00:00      
      Sounds reasonable            01/01/70 00:00      
         Nope....No after Ver 1 build special            01/01/70 00:00      
   Anyway back to the BIOS/monitor concept            01/01/70 00:00      
      No Bright Ideas.            01/01/70 00:00      
         the value of "BIOS"-like set of utilities...            01/01/70 00:00      

Back to Subject List