DrStrangelove13
Programmer
Hello,
I am working on a project to eventualy display frames on a monitor via the Xs40 board. Since this is such a large undertaking I have decided to start with writing some values to RAM and then getting them to display on the 7seg in order to gain a better understanding of RAM I/O and how to manipulate it.
I am a little unsure as far as how to start on this and have it work correctly so I was hoping to find some help here. My two main questions are....
(1) How would I go about writing something into RAM. Lets say I wanted to input a phrase like "hello world" in ascii.
(2) When I enable the OEB line, how do I get the contents of the RAM to display on my seven segment display?
What I envision is writing "hello world" into the RAM letter by letter and then enabling the OEB line and reading the values in each location in RAM and incrementint a RAM counter after each pass. Any hints, help, or examples to get me started in the right direction would be very appreciated.
I am working on a project to eventualy display frames on a monitor via the Xs40 board. Since this is such a large undertaking I have decided to start with writing some values to RAM and then getting them to display on the 7seg in order to gain a better understanding of RAM I/O and how to manipulate it.
I am a little unsure as far as how to start on this and have it work correctly so I was hoping to find some help here. My two main questions are....
(1) How would I go about writing something into RAM. Lets say I wanted to input a phrase like "hello world" in ascii.
(2) When I enable the OEB line, how do I get the contents of the RAM to display on my seven segment display?
What I envision is writing "hello world" into the RAM letter by letter and then enabling the OEB line and reading the values in each location in RAM and incrementint a RAM counter after each pass. Any hints, help, or examples to get me started in the right direction would be very appreciated.