Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/18/02 16:23
Read: times


 
#21904 - RE: help with memory mappind and LCD´s m
Jose,
--- that is how it is done, have a display output buffer, move your constant text from code memory to the buffer, add your variable data to the buffer, then display it.

..or drive it straight out to the display RAM and buffer it in there.

Incidentally, you CAN make the machine von-neumann if you want-logically and-ing PSEN and RD will do it for you.

The nice thing about Harvard architectures in a control environment is that you can't damage the program that is controlling the process. In a V-N architecture you can easily. Especially if you program in 'C'.

Steve

List of 13 messages in thread
TopicAuthorDate
help with memory mappind and LCD´s msg            01/01/70 00:00      
RE: help with memory mappind and LCD´s m            01/01/70 00:00      
RE: help with memory mappind and LCD´s m            01/01/70 00:00      
RE: help with memory mappind and LCD´s m            01/01/70 00:00      
RE: help with memory mappind and LCD´s m            01/01/70 00:00      
RE: help with memory mappind and LCD´s m            01/01/70 00:00      
RE: help with memory mappind and LCD´s m            01/01/70 00:00      
RE: help with memory mappind and LCD´s m            01/01/70 00:00      
RE: help with memory mappind and LCD´s m            01/01/70 00:00      
RE: help with memory mappind and LCD´s m            01/01/70 00:00      
RE: help with memory mappind and LCD´s m            01/01/70 00:00      
RE: help with memory mappind and LCD´s m            01/01/70 00:00      
RE: help with memory mappind and LCD´s m            01/01/70 00:00      

Back to Subject List