Arduino read ADC6+ADC7 in FC8

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 8.

Moderator: Benj

Post Reply
rstechnics
Posts: 16
Joined: Mon Oct 29, 2007 12:17 pm
Has thanked: 2 times
Been thanked: 1 time
Contact:

Arduino read ADC6+ADC7 in FC8

Post by rstechnics »

Hi, using FC8 and Arduino Uno SMD rev3 i would like to readout ADC6 (pin 19) and ADC7 (pin 22).

These pins are available directily on the TQFP-CPU, but they are normally not connected to the headers on the Arduino Uno board.
After transferring this CPU circuit to our own PCB board design they are available for our application.

In FC8, selecting the Uno SMD rev.3 as target, and the potentiometer macro for the ANALOG inputs, it seems i can only adress AN0-AN5 (as available on the Arduino headers), but not AN6/AN7 for these extra ADC6/7 pins...

Is there any way to read these ADC6+7 pins directly in FC8?
kind regards,
Luuk Aalders

RS Technics BV
for electronics engineering and industrial controls
The Netherlands
www.rstechnics.nl

User avatar
LeighM
Matrix Staff
Posts: 2178
Joined: Tue Jan 17, 2012 10:07 am
Has thanked: 481 times
Been thanked: 699 times
Contact:

Re: Arduino read ADC6+ADC7 in FC8

Post by LeighM »

Try changing your target device to ATMEGA328PTQFP

Post Reply