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
multiple analogue inputs
-
- Valued Contributor
- Posts: 548
- Joined: Tue Jun 26, 2007 11:23 am
- Has thanked: 6 times
- Been thanked: 44 times
Re: multiple analogue inputs
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.
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.