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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/31/05 17:40
Read: times


 
#100388 - TI MSC121x?
Responding to: ???'s previous message
As others have said, you really need to tell us what microcontroller you're using. You could be using literally any one of hundreds of 8052-compatible derivatives.

That said, I think I recognize those routines as being from the TI MSC121x ROM code. If that is the case, you must disable interrupts before executing code that will modify flash memory. With the TI parts, you cannot run code from flash memory when flash memory is being written to. The serial interrupt is going to jump to 0023h which is in flash memory and that's going to create your conflict.

Regards,
Craig Steiner


List of 6 messages in thread
TopicAuthorDate
page_erase() problem            01/01/70 00:00      
   NOBODY can help you here since page eras            01/01/70 00:00      
   which mcu?            01/01/70 00:00      
   TI MSC121x?            01/01/70 00:00      
      Thanks!            01/01/70 00:00      
         Pure luck?            01/01/70 00:00      

Back to Subject List