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 a port

hi all

i am trying to interface a lcd 16x2 display onto my arm7 board which has lpc2148 and since i am new into arm i have a doubt regarding how do we send and read a data on to a particular port so that it can be dislayed
on the display

Parents
  • "how do we send and read a data on to a particular port so that it can be dislayed on the display"

    In exactly the same way that you'd read the port for any other purpose!

    As already noted, there will be plenty of examples from both the chip manufacturer and the compiler maker...

Reply
  • "how do we send and read a data on to a particular port so that it can be dislayed on the display"

    In exactly the same way that you'd read the port for any other purpose!

    As already noted, there will be plenty of examples from both the chip manufacturer and the compiler maker...

Children