BeagleBone Black + JTAG (xds100v2) + StarterWare + Analog Inputs

Hey,

I have a BeagleBone Black connected with Code Composer Studio v5.5 through a JTAG, xds100v2. I’m using Starterware v02.00.01.01, I’ve already tested the gpioLEDBlink example and it is working correctly. The thing is, I want to use the analog inputs A0 to A7, and I really want to know if it is really possible to do it. In the folder Starterware it only have examples for evm335x and evmsk335x and I would like to be certain if I can get to work with the ADCs using Starterware. If so, what sould I do? I would be really great if someone answered my question for me to get started on my work. Thank you for your attention.

Best regards,

Luciano.

Sorry. I don’t know starterware.

But I know it’s easy to get ADC working with libpruio, just check out the examples io_input, oszi or rb_oszi. It also supports GPIO, PWM and CAP. Bindings are available for C and FreeBASIC. While most IO solutions are limited to less than 10 kHz, libpruio can work at 10 times that speed and more.

BR

Hey,

Thank you answering, and sorry the late response. I already tried libpruio, but I am working with StarterWare to work directly with the processor, without OS. I can already work with GPIO and Timers.

The only problem I have is with the ADC channels, that I can’t put them to work as I want, where the values vary indenpendently from the input signals. If there is someone that can I help, I would be very grateful. Thanks for the attention.

BR,
Luciano.

quinta-feira, 5 de Março de 2015 às 14:50:19 UTC, TJF escreveu:

Hey,

I already know how to read the ADC inputs in StarterWare. Take a look at this discussion I created:

BeagleBone Black + JTAG (xds100v2) + StarterWare + Analog Inputs - Processors forum - Processors - TI E2E support forums.

Any doubt, just ask it, and I’ll try my best to explain it.

Best regards,
Luciano.