Trying to understand above example (repeated for many configurations)
1. Which is the array that has the data that is to be sent out of the board? What is the meaning of the comment " The 'piBuffer' here is the circular acquisition buffer", when we are not acquiring any data into the card in this example?
2. Is there a need to have another array that has to have the same data, (but only part of it) to make use of double buffering? If so, which is it and do we need move data from the data buffer to this 'transfer buffer' with the program?
3. Is the memory on the card to be explicity declared and writen/read anywhere in the program?
4. Is the DMA alignment required only for IBM PC-AT cards and not for PCI systems?
5. Where can I find an example for simultaneous IO using 6534 under Visual c++ in burst mode? Is it possible?
- regards,
B