??? 10/18/07 16:55 Read: times |
#145904 - How will you load the RAM? Responding to: ???'s previous message |
Shehryar Shaukat said:
i have a MMC interface from where i will be picking the HEX file and then copying it in external RAM. How do you intend to do that? Remember that the 8051 has no instruction to write to CODE space - so the RAM will have to be accessed as XDATA for writing. But where will you store the code to do this? You're going to need some ROM somewhere, or some other means to load the loader into the RAM... |