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

LCD for ST10

Hi,

I work on ST10F168 and i search an lcd which can i control by externel bus (P0/P1).
So if someone have already do it succesfully, please indicate me what sort of lcd or lcd controller do you use ?

Thanks in advance!
Regards

Parents
  • A note to Keil International Support:
    Your solution works equally well, it mimics the Motorola bus behaviour, but it is not equally fast as mapping the LCD controller in the microcontroller ram space and it uses a lot of I/O pins. The solution into Keil Appnote makes use of C16x (or 8051) I/O ports to interface the LCD controller, while the "Atmel" solution allows the user to map the LCD on the Data Bus and access the LCD controller as if it were a RAM cell mapped into the addressable RAM space of the microcontroller; this same strategy can be applied on the C16x or 8051 without modifications and saves I/O pins.
    Ciao
    Bruno

Reply
  • A note to Keil International Support:
    Your solution works equally well, it mimics the Motorola bus behaviour, but it is not equally fast as mapping the LCD controller in the microcontroller ram space and it uses a lot of I/O pins. The solution into Keil Appnote makes use of C16x (or 8051) I/O ports to interface the LCD controller, while the "Atmel" solution allows the user to map the LCD on the Data Bus and access the LCD controller as if it were a RAM cell mapped into the addressable RAM space of the microcontroller; this same strategy can be applied on the C16x or 8051 without modifications and saves I/O pins.
    Ciao
    Bruno

Children