Forum Discussion
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by baycool@Sep 30 2005, 03:12 PM hi 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
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=10075)
--- quote end ---
--- Quote End --- hi , Could i know more about these functions? I am able to capture character through Uart using fget(ch) into a char variable, now how to use the above funtions to write into an onchip memory.i.e what will be the address,offset? Could you please help me out ? Regards, Sankalp