ADC11 unavailable in V4.5 for 18F14K50

For questions and comments on programming in general. And for any items that don't fit into the forums below.

Moderators: Benj, Mods

Post Reply
GTF
Posts: 170
Joined: Sat Dec 10, 2011 7:21 pm
Location: Canada
Has thanked: 20 times
Been thanked: 52 times
Contact:

ADC11 unavailable in V4.5 for 18F14K50

Post by GTF »

Hello,

Don't seem to be allowed to post in the V4 forum so I'll post here.

Just starting out with Flowcode. I'm working with a board that utilizes ADC11 on a PIC18F14K50 but only ADC3 through ADC10 connections are available in V4 for this device. ADC3 through ADC11 are listed in the generated C code. Is there a fix available? :)

medelec35
Matrix Staff
Posts: 9521
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: ADC11 unavailable in V4.5 for 18F14K50

Post by medelec35 »

Hi GTF,
Re posting in V4. Have you read:
http://www.matrixmultimedia.com/mmforum ... =29&t=8762

Re ADC 11 not being available:
I have edited 18F14K50.fcd file so you can also select ADC11
If you back up and replace your current 18F14K50.fcd located in your Program files\Matrix Multimedia\Flowcode V4\FCD folder, then you should get your program to compile OK to the chip.

For effect to take place you either need to select a different target, then re-select 18F14K50, or just exit and restart Flowcode.

Martin
Attachments
18F14K50.fcd
(13.3 KiB) Downloaded 278 times
Martin

GTF
Posts: 170
Joined: Sat Dec 10, 2011 7:21 pm
Location: Canada
Has thanked: 20 times
Been thanked: 52 times
Contact:

Re: ADC11 unavailable in V4.5 for 18F14K50

Post by GTF »

Thanks for the fast response Martin. That should do the trick. :)

medelec35
Matrix Staff
Posts: 9521
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: ADC11 unavailable in V4.5 for 18F14K50

Post by medelec35 »

Your welcome GTF,
So long as it works for you that's what matters.
Thanks for letting us know :)

Martin
Martin

Post Reply