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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/24/06 16:56
Read: times


 
#108200 - Are you sure?
Responding to: ???'s previous message
Aitor Lecertua said:
The micro can execute code from this external memory and also it´s prepared to write in it using the data bus and other necessary signals.

You do realise that the 8051 has no instruction to write to CODE space, don't you?
Therefore, to write to your FLASH, you have to have some cunning scheme to make it appear in XDATA space...

Also, with most Flash devices, you can't be executing code from the device at the same time as programming that chip.
Therefore, you programming code has to reside in a different chip...

If there is a similar application for another flash with a similar microcontroller I could change the routines to acceed this external flash.

It's be just the standard programming algorithm for the particular FLASH device - see the manufacturer's website!


List of 26 messages in thread
TopicAuthorDate
External Flash In-System Programming            01/01/70 00:00      
   Additional hardware also needed            01/01/70 00:00      
      The micro can write the external FLASH            01/01/70 00:00      
         do a search on IAP            01/01/70 00:00      
         Are you sure?            01/01/70 00:00      
            Writing external flash only programming            01/01/70 00:00      
               Somehow it would be nice, albeit seeming            01/01/70 00:00      
                  I know the OP did not answer explicitly,            01/01/70 00:00      
                     I do not think so            01/01/70 00:00      
                        cunning scheme            01/01/70 00:00      
                           nope            01/01/70 00:00      
                              yep, that's your way, but the OP wants..            01/01/70 00:00      
                                 using !CS            01/01/70 00:00      
                                    In the olden days            01/01/70 00:00      
                                    what's the problem?            01/01/70 00:00      
                                       Unless            01/01/70 00:00      
                     just a nagging doubt...            01/01/70 00:00      
               Yes, it's been done in another context            01/01/70 00:00      
               clarification            01/01/70 00:00      
   8052SBC Example            01/01/70 00:00      
   The HW is prepared            01/01/70 00:00      
      yes and no            01/01/70 00:00      
         I don't know for this particular derivat            01/01/70 00:00      
      why on earth?            01/01/70 00:00      
         In-System Programming            01/01/70 00:00      
            simple, then            01/01/70 00:00      

Back to Subject List