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

Configuring wait states

I am using externel memory eprom for data storage , we couldnt fetch the data from the externel memory. So it seems the problem is with the speed of executon. So please help me configure WAIT STATES.

Parents
  • "we couldnt fetch the data from the externel memory. So it seems the problem is with the speed of executon"

    Why does that seem so?

    What have you done to rule-out other possibilies - such as coding errors, hardware design flaws, and/or hardware faults?

    "please help me configure WAIT STATES"

    As already noted, the standard 8051 architecture does not have configrable wait states; therefore, if your specific chip does have it, the way to configure them will also be specific to that chip. so you're just going to have to study the Datasheet for the specific chip.

Reply
  • "we couldnt fetch the data from the externel memory. So it seems the problem is with the speed of executon"

    Why does that seem so?

    What have you done to rule-out other possibilies - such as coding errors, hardware design flaws, and/or hardware faults?

    "please help me configure WAIT STATES"

    As already noted, the standard 8051 architecture does not have configrable wait states; therefore, if your specific chip does have it, the way to configure them will also be specific to that chip. so you're just going to have to study the Datasheet for the specific chip.

Children