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

JHD12864E graphics lcd interfacing with LPC2148

hi i m trying to interface a graphics lcd jhd12864e with LPC2148 having arm7 core..i was able to interface it with 89v51rd2 successfully but it does not work with arm..can any one provide some consultancy regarding this..also if any one has worked using the same lcd please give me tour email id for contact..

Parents
  • Single-stepping just tests that something gets done.

    Have you used an oscilloscope and measured the speed of the signals. The individual timing of all signals? Because whenever you move "working" code from one processor to another, your task must always be to:
    1) Check that all signals can be correctly set as "on" or "off".
    2) Check that all required timing are within the specifications.
    3) Check that the voltages are as expected.
    4) Check that rise and fall times are as expected.
    ...

    Embedded development isn't just writing code and debugging. It's just as much a job that requires working with the actual electronics.

Reply
  • Single-stepping just tests that something gets done.

    Have you used an oscilloscope and measured the speed of the signals. The individual timing of all signals? Because whenever you move "working" code from one processor to another, your task must always be to:
    1) Check that all signals can be correctly set as "on" or "off".
    2) Check that all required timing are within the specifications.
    3) Check that the voltages are as expected.
    4) Check that rise and fall times are as expected.
    ...

    Embedded development isn't just writing code and debugging. It's just as much a job that requires working with the actual electronics.

Children
No data