IF-RIO

cancel
Showing results for 
Search instead for 
Did you mean: 

How to use the DRAM of NI5641R?

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

0 Kudos
Message 1 of 4
(8,611 Views)

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 

Best Regards,
Jignesh Patel
Principal RF Software Engineer
0 Kudos
Message 2 of 4
(8,599 Views)

Hello JVP:

 

     thank you for your help. Now , I am testing your example.

                                   

                                                                        chalres

0 Kudos
Message 3 of 4
(8,591 Views)

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

Best Regards,
Jignesh Patel
Principal RF Software Engineer
0 Kudos
Message 4 of 4
(8,575 Views)