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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/16/01 01:23
Read: times


 
#14134 - RE: Creating a bootloader program-Thomas
To answer the original question:

It depends how the Code memory is stored, and what the processor is.

FLASH devices cannot be programmed and read at the same time, so this is a problem if your code is being exectuted from the same device. If you have 2 separate FLASH devices for code, you could run from one and program the other.

It's also possible to run code from the controller's eprom while programming extrnal flash.

What to send over the serial line:
Binary is the simplest, because it does not have to be decoded! It theoretically could be transferred on one large block, but some synchronizing would help a lot.


List of 22 messages in thread
TopicAuthorDate
Creating a bootloader program            01/01/70 00:00      
RE: Creating a bootloader program            01/01/70 00:00      
RE: Creating a bootloader program            01/01/70 00:00      
RE: Creating a bootloader program            01/01/70 00:00      
RE: Creating a bootloader program-reason            01/01/70 00:00      
RE: Creating a bootloader program J Guy            01/01/70 00:00      
RE: Creating a bootloader program-reas.E            01/01/70 00:00      
RE: Erik - BootloadersPhilips and Murphy            01/01/70 00:00      
RE: Creating a bootloader program-Thomas            01/01/70 00:00      
RE: Erik - BootloadersPhilips and Murphy            01/01/70 00:00      
RE: Bootloaders J. Guy            01/01/70 00:00      
Dallas Secure micro loader.            01/01/70 00:00      
RE: Dallas Secure micro loader.            01/01/70 00:00      
RE: Creating a bootloader program-J Guy            01/01/70 00:00      
RE: Creating a bootloader program-J Guy            01/01/70 00:00      
OOps            01/01/70 00:00      
RE: Creating a bootloader program-J Guy            01/01/70 00:00      
RE: Creating a bootloader program-no swi            01/01/70 00:00      
RE: bootloader program-no switches-erik            01/01/70 00:00      
RE: bootloader program-no switches-erik            01/01/70 00:00      
RE: Creating a bootloader program            01/01/70 00:00      
RE: Creating a bootloader program            01/01/70 00:00      

Back to Subject List