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

Memory Mapping

Hi

We need your help in our design. Our application is to read data from a hex file, manipulate it and send result to one of the I/O ports.
We have written the manipulation code. We would like to know how to access the hex file from our code. Is there a way to know the address of our hex file or some file operation methods? Also how to store the program hex file and our hex file on the ROM. WE are using 80C251TB or C167CR-LM.

Thanks and regards
Rajesh Chavan,

Parents
  • There is not enough information in your question. Where is the hex file? Is it on a PC? If so, what form of connection are you wanting to use between the PC and the C167? Is the data to go out the I/O port as fast as it can, or do you want some sort of handshaking between some other device and the C167? Give the group more info and I bet someone's done something like what you want to do before.

Reply
  • There is not enough information in your question. Where is the hex file? Is it on a PC? If so, what form of connection are you wanting to use between the PC and the C167? Is the data to go out the I/O port as fast as it can, or do you want some sort of handshaking between some other device and the C167? Give the group more info and I bet someone's done something like what you want to do before.

Children