This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

reading data from code memory

I've stored a hex file in my 8051 code memory starting from 0X5000 onwards and want to read it and store it to another processor.How can I implement it in C

Parents
  • What do you mean by "read it and store it to another processor"? Do you mean you want to use the same hex file and program a different flash for another processor with that data? If so, that would seem to be a job simply for your flash programmer.

    Or do you mean that the 8051 is supposed to execute some code to perform this task of copying the data to some other processor? In that case, we might need more of an explanation of the architecture.

Reply
  • What do you mean by "read it and store it to another processor"? Do you mean you want to use the same hex file and program a different flash for another processor with that data? If so, that would seem to be a job simply for your flash programmer.

    Or do you mean that the 8051 is supposed to execute some code to perform this task of copying the data to some other processor? In that case, we might need more of an explanation of the architecture.

Children
No data