09-28-2015 10:55 AM
Hi,
I recently bought the cRIO-9075 but in order for me to design the software-firmware architecture I need to get same answers for the following questions (I'm a beginner in labVIEW FPGA):
Note: I'm not using Scan Mode.
Thanks a lot,
Idan
09-29-2015 08:33 AM
1) You name each DMA when you create it in your project. Read/write to the named DMA and you'll be fine.
2) You can use as many DMAs as you have. That's a hardware limitation.
3) Your last question is "it depends." If you're waiting for 4 samples to pack into 32 bits, it's not going to be any faster than just sending 32 bits each time. If you're trying to pack 4 channels into a single transmission, you'll get better throughput joining the 4 8-bit samples into a 32-bit transmission.