02-03-2009 03:50 PM - edited 02-03-2009 03:56 PM
02-04-2009
10:26 AM
- last edited on
03-25-2025
10:21 AM
by
Content Cleaner
Hi Protsenko,
You do have a couple options to choose from.
Blackfin with LabVIEW
ARM with LabVIEW
I believe the MCB2300 may be your best option.
Let me know if I can answer any specific questions.
Regards,
Kevin H
02-04-2009 01:05 PM
That evaluation was done by us and is hampered by the fact that there is no good interrupt system available from LabVIEW
It has to be defined in c in the microcontroller and that is not really easy.
Furthermore during the evaluation you only have limited memory for programming.
Our conclusion, not yet good enough.
02-04-2009 02:18 PM
02-05-2009 12:19 PM
Hi Protsenko,
I apologize for overlooking your resolution requirement. That does make things a bit more tricky here. It doesn't appear that any of the boards we offer meet that specification. Most likely, you will have to find an Analog Devices ADC/DAC (through parametric search) and then interface them with one of our Blackfin devices. There should be three ways of doing this:
Option 1. Use a supported ADC. We have VIs for some ADCs in the Blackfin>>Driver>>Peripherals section. They are 1836, 1854, 1871, 7266. Look them up on Analog.com to see if they fit his need.
Option 2. If not, find an ADC from ADI, that they provide driver support for (source files). These files can be included in the VDSP project and you can make calls using the inline C node or Call Library function node. You can even make your own wrapper VIs if you are feeling awesome!
Option 3. Find a completely unsupported ADC that has a SPI interface and connect it to our BF board. Then use the SPI VIs to configure and read it as per its manual.
I hope this helps. Let me know if I can clarify anything else for you.
Regards,
Kevin H
02-05-2009 02:18 PM - edited 02-05-2009 02:22 PM
02-06-2009 01:32 PM
For hardware specific questions, I would contact ADI. Please let me know if you have any problems getting the info you need from them.
Let us know if we can help with any LabVIEW Embedded questions as well.
Regards,
Kevin H
02-06-2009 04:46 PM - edited 02-06-2009 04:48 PM
Hi Protsenko SI,
It is actually fairly easy to select an ADC from Analog devices that has the exact specifications that you are looking for. And most ADCs today will support atleast one of the communication busses on the Blackfin: SPI, SPORT, Serial.
So all you do is use the Parametric Search on Analog.com and search for an ADC that meets your requirements: http://www.analog.com/dynamic/parametric/scResultsDisplay.asp?SearchType=PSS&ProductLine=ADC&la=en#
What makes this easier is
1. Most ADC manuals will tell you exactly how to interface with Microcontrollers/Microprocessors on SPI
2. Some ADCs also come mounted on SPI daughter boards that you can directly connect to our BF 537 EZKITs
Please let me know if you need more information.
Thank you,
Jaidev A