Altera_Forum
Honored Contributor
10 years agoUsing On Chip Memory (tightly coupled memory) in Nios 2
Hello veryone,
im going to implement a arbitrary signal generator on my DE3 development board. I already managed to set up a simple function generetor in VHDL. In order to make it arbitrary i implemented a UART(RS232) communication with a Nios2 processor. The communication works so far (with MATLAB or Realterm), i can toggle my LED´s with the Data send via UART. Now i want to store the send data in a on chip memory. I set up a tightly coupled memory in my SOPC Builder but now im stuck with the programming in Nios. Is there anywhere a documentation which includes the operations that are neccessary to store data in the memory? And is it possible to read the stored data directly in with VHDL to implement a fast output? Thank you very much in advance!!!