16 bit ADC with FlowCode - which devices ?

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

Moderator: Benj

Post Reply
picnewbie
Posts: 15
Joined: Fri Oct 19, 2012 9:38 am
Has thanked: 3 times

16 bit ADC with FlowCode - which devices ?

Post by picnewbie »

Hello who has made some experiences with any 16bit ADC of PIC, dsPIC or PIC24 ??

I'm looking for a 16 bit ADC with FlowCode (v6) - which Chip contains that and is compatible with FlowCode ????

Only Chips I saw were PIC18F86J72, PIC18F87J72,PIC24FJ64GC006, PIC24FJ128GC006, PIC24FJ64GC010, PIC24FJ128GC010, but all those are not in the lists of compatibility with FlowCode v6 !?

Need urgently help ... or do I need another ADC externally ?

Has anybody used a ADS1263 (TI) on a PIC Controller through SPI yet ? That could help me further too ...

Best regards

Max

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: 16 bit ADC with FlowCode - which devices ?

Post by Benj »

Hi Max,

We may be able to get those chips into Flowcode v7. I'll investigate. They are not supported by the compiler in v6 so we cannot add them here.

We use a 16-bit AD7680 ADC on our EB086 DSP Input board which works very well via a SPI interface. I would imagine that the ADS1263 would be fairly similar.

An example program using the AD7680 ADC is attached here,
1. DSP Audio Through.fcfx
(16.75 KiB) Downloaded 390 times

Steve001
Valued Contributor
Valued Contributor
Posts: 1189
Joined: Wed Dec 31, 2008 3:37 pm
Has thanked: 460 times
Been thanked: 523 times

Re: 16 bit ADC with FlowCode - which devices ?

Post by Steve001 »

Hi Max

Have you seen this post ?

http://www.matrixtsl.com/mmforums/viewt ... 54&t=16901

steve
Success always occurs in private and failure in full view.

picnewbie
Posts: 15
Joined: Fri Oct 19, 2012 9:38 am
Has thanked: 3 times

Re: 16 bit ADC with FlowCode - which devices ?

Post by picnewbie »

Hello Benj,

I hope you get it into FlowCode v7 , when will v7 be released ?
Benj wrote:Hi Max,

We may be able to get those chips into Flowcode v7. I'll investigate. They are not supported by the compiler in v6 so we cannot add them here.

We use a 16-bit AD7680 ADC on our EB086 DSP Input board which works very well via a SPI interface. I would imagine that the ADS1263 would be fairly similar.

An example program using the AD7680 ADC is attached here,
1. DSP Audio Through.fcfx

picnewbie
Posts: 15
Joined: Fri Oct 19, 2012 9:38 am
Has thanked: 3 times

Re: 16 bit ADC with FlowCode - which devices ?

Post by picnewbie »

Hello Benj,

just a question from what I saw the AD7680 is a ADC but the EB086 board is a DAC ? Did I missinterpret your Datasheet of the EB086 ?

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

Re: 16 bit ADC with FlowCode - which devices ?

Post by LeighM »

EB085 is the input with ADC, EB086 is the output with DAC

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: 16 bit ADC with FlowCode - which devices ?

Post by Benj »

Sorry I meant EB085 :o

Post Reply