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

Back to Subject List

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


 
#11139 - RE: In system 8051reprogram
1) write a bootloader
2) reserve n pages of the flash (usually at the top) for your bootloader, load those into the flash by JTAG together with the original program.
3)make a /special keysequence/switch on the board/serial input/other means/ jump to the bootloader from the applications program.

program update

1) the first action of the bootloader is to erase all other pages
2) the bootloader then reads and decodes .hex files and stores them into the flash
3) the bootloader exits to the application


List of 10 messages in thread
TopicAuthorDate
In system 8051reprogram            01/01/70 00:00      
RE: In system 8051reprogram            01/01/70 00:00      
RE: In system 8051reprogram            01/01/70 00:00      
RE: In system 8051reprogram            01/01/70 00:00      
RE: In system 8051reprogram            01/01/70 00:00      
RE: In system 8051reprogram            01/01/70 00:00      
RE: In system 8051reprogram            01/01/70 00:00      
RE: In system 8051reprogram            01/01/70 00:00      
RE: In system 8051reprogram            01/01/70 00:00      
8051 reprogram ?            01/01/70 00:00      

Back to Subject List