Altera_Forum
Honored Contributor
17 years agoProblems writing/reading to SSRAM with Cyclone III starter board
Hello,
I have been learning to work with the Cyclone III starter board with the goal of creating a device for an undergraduate project. I have no previous experience in digital design, and only one course in C++ programming (very basic), therefore this stuff is proving to be very challenging. I have been trying to interface the Cyclone III with the SSRAM chip provided onboard the starter kit in the hopes of loading data into it from a Labview program (via SPI), with the intentions of reading it back at a later time. I have so far developed what I believed to be a functional circuit using a schematic diagram which simply set the appropriate levels for the control lines of the SSRAM while loading the target address along with the data into a shift register to be read by the A and DQ lines of the RAM. As expected this program does not work. I cannot load data into a location in memory and read it at a later time. I have not taken any timing into consideration as I have no idea where to get started on this aspect of the circuit. Could someone please offer some suggestions or guidance that may be helpful in learning enough to accomplish my goals. Thanks. Andre