Page 1 of 1

multiple analogue inputs

Posted: Fri Jan 29, 2010 4:45 pm
by Steve001
I am looking at using a pic16f887 in my next project,

With 9 analogue inputs, reading on here people have had
issues / poblems when using multiple analogue inputs
is there anything to be aware of or a update to download ?

steve

Re: multiple analogue inputs

Posted: Sun Jan 31, 2010 12:07 pm
by Sean
Hello Steve,

Are you planning to use Flowcode V3 or V4? In either case Flowcode should suport 14 ADC channels for the PIC16F887.
Most of the ADC problems reported on the forum were caused by minor errors in the FCD files for individual target devices, and C code support for various implementation of the ADC peripherals across the range of devices. As far as we are aware, these problems have been resolved.

One of the improvements provided by V4 is the automatic selection of ADC code from a range of C files, each individually optimised for the type of ADC contained in the target device.

Re: multiple analogue inputs

Posted: Sun Jan 31, 2010 6:16 pm
by Steve001
Thanks for that,

I am using V3.6.11.53 Pro

steve