Type of MPU - Interfacing LCD Display
Gizmo2006
Posts: 3
Hi all, I am working on a design using the stamp to control an LCD display.· The display controller·has pin to set for either 68 type(Motorola) MPU or·80 type(Intel) MPU.··Does anyone know what type of Microcontroller is·basic·stamp 2(PIC16C5X)? Thanks in advance.
Post Edited (Gizmo2006) : 6/11/2006 6:05:18 AM GMT
Post Edited (Gizmo2006) : 6/11/2006 6:05:18 AM GMT
Comments
Since Basic Stamps are primarily 8-bit Micontroller's - they only deal with 1 byte at a time. When communicating with a 16-bit device, they can just as easily output either the high byte first or the low byte first - it's all up to your PBasic program.
Secondly, double check your display controller timing requirements closely against your Basic Stamp timing capabilities. While Basic Stamps can do many tasks well - high speed (microsecond) timing is NOT one of them because they run an interpreted Basic. Depending on Basic Stamp model, they can execute 4,000 (BS2) to 19,0000 (BS2PX) instructions per second. If you need a faster processor, the Parallax SX or Propeller CPU's would be a better choice.
http://apollodisplays.com/F-51852.php
http://apollodisplays.com/pdf/ge06013.pdf
; do you think this will require a higher speed micro?
I will be picking it up where I left off couple of weeks ago. But I will need to finished it by end of the July. I have not been successful on initialize the LCD and I am pretty sure the what's out of my Bstamp2 is correct as far as firmware as concern. Thanks again.
I think the Parallax SX or the Propeller should be able to drive that display - but that's outside my area of expertise.