07-21-2012 10:20 PM
Hello
How to use the DRAM of NI5641R? anyone could give me a example?
I only have a NI5641R.
I try the example of FleRio,which named "simple external Memory FIFO". and rewrite it in NI5641R target. compile is successful.
but it always indicates the "FIFO is FULL"!
please help.
charles
07-23-2012 01:44 PM
Hello,
I have attached a code with this post that shows how to used the DRAM as a FIFO similar to what you were trying to do. One thing I would suggest is Enable FIFO Reads first, and then Enable FIFO Writes. If you have the FIFO write enabled and the FIFO Read is disabled you are going to see FIFO full. The code I have attached is compiled and I have tested it.
Best Regards,
Jignesh P
Applications Engineer
07-23-2012 07:19 PM
Hello JVP:
thank you for your help. Now , I am testing your example.
chalres
07-24-2012 09:03 AM
Hello Charles,
Please let me know if you have any questions or if you have any trouble running the code.
Best Regards,
Jignesh P
Applications Engineer