John Owen (EnTegra Ltd) Distributor
Joined: 21 Mar 2006 Posts: 34 Location: England
|
Posted: Fri Apr 20, 2012 5:23 am Post subject: BCB6 Stream and Arb examples |
|
|
I have generated versions of the Stream and Arb example programs that will build under Borland Builder 6. You could also imported these into newer versions of Borland if required.
The files are for the X6-400M, the only changes required to use for X6-1000M are in the ModuleIo.cpp and .h files, see the standard version of these files shipped with the devkit to see the differences.
Arb will use the pattern generator on X6-400M and X6-1000M to drive the Dac(s). Stream will stream to the Dac(s) from host. They both acquire data from the Adc(s) to file.
Please note that because I haven't got any relevent hardware, I can not test these, but they are likely to work since all the critical code is in the ApplicationIo and ModuleIo classes, which are common across the supported compilers.
NB. There is one minor edit I had to do to Malibu_Mb.h to make it build and that is to remove #include <Vpx_Mb.h> because Vpx_Mb.lib is only available in for Bcb16 in the current Beta of Malibu.
Last edited by John Owen (EnTegra Ltd) on Sat Apr 21, 2012 2:18 am; edited 1 time in total |
|