LabVIEW Embedded

cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing Onboard ADC with LabVIEW for ARM

I am working with the LM3S9062 Evaluation board and LabView for ARM system, and want to measure an analog voltage using the ADC, however I cannot determine which of the Digital Inputs is linked to the ADC. I need to know how the gpio mapping corresponds to the pinout of the Device.  Any thoughts?
0 Kudos
Message 1 of 4
(6,378 Views)

Do you mean the LM3s8962 evaluation board?  If so, the pins should be labeled accordingly on the board - ADC0, ADC1, ADC2, etc.

 

Drop an EIO node with the same name as the pin and it should work fine from there.

 

Here are the schamtics :  http://www.realview.com.cn/UploadFile/2008111510295067433.pdf

 

 

0 Kudos
Message 2 of 4
(6,377 Views)
Yes I did mean the 8962.  Thanks for the correction. As far as the pin labels, the problem is that on the project explorer nearly everything is labeled as a GPIO when I add a new Elemental I/O, which must be assigned to the EIO block, or so I understand. I am not sure which corresponds to the ADC. 
0 Kudos
Message 3 of 4
(6,374 Views)

You should be able to right click on the target and select "New >> Elemental I/O" and see the following:

 

neio.JPG

 

Once you add new EIO with this dialog you should be able to add them to your VIs.

0 Kudos
Message 4 of 4
(6,370 Views)