Altera_Forum
Honored Contributor
19 years agoDevice Driver problem
hello Guys,
I am new to Nios and uClinux I have written a simple device driver for a nios custom peripheral After configuring the peripheral ,through the driver, the peripheral writes result to on-chip memory ... but i am unable to read the new value of memory location from the application c code However , i get the correct (updated) value if i read the memory location in the driver itself If i write another application in c , just to read the particular memory location, and execute it after excuting the first application, the memory location shows the correct value So please suggest a way(s) to read the updated memory cotents in the same application Thanking in anticipation, Kunal