Forum Discussion
Altera_Forum
Honored Contributor
20 years agocommunicating between UART and Memory dev ?
I am having a onchip memory on which i wish to write through input device like uart and futhur what ever i have written i want it to be looped back i.e then i want to read the contents from the memor...
Altera_Forum
Honored Contributor
20 years agoHi Sankalp,
You can always read and write to memory using below: IOWR_32DIRECT(address, offset, pattern); // for write IORD_32DIRECT(address, pattern); // for read -Baycool