Hello! I'm a total n00b, so please be gentle.
I want to interface a small graphic LCD module (128x128, monochrome) that has a Toshiba T6963C controller in it, to my new Stellaris LaunchPad. (To be specific, the LCD module is a PowerTip PG128128-A.) According to this document, first sentence of the second section (basic R/W ops)...
"For all of the following, so long as your microcontroller takes more than 200ns to do an instruction, you arn’t [sic] going to violate the specs."
It then goes on to point out that if one has a faster microcontroller, one needs to consult the 46-page datasheet for that controller and dig up timings. This leaves me with two questions:
(1) generally, does the microcontroller (Cortex M4F) take 200ns -- or less, or more -- to do an instruction? I am *guessing* less, but given my (profound lack of) experience here, that's not much more than a WAG -- the various datasheets haven't told me anything useful here.
(2) is there a library for this controller (again, Toshiba T6963C) so that (in theory) I don't even have to worry about timings and such?
...note that I don't actually have the LCD module yet, I just want to know how much trouble I'll be in when I get it...
Thanks folks!