AD1259 interface
steprog
Posts: 227
in Propeller 1
Hi all,
I was wondering if anyone has created any interface code for the AD1259. If not can you all suggest ways to do it? It is a 24 bit A/D with an spi interface. Thanks,
Greg
I was wondering if anyone has created any interface code for the AD1259. If not can you all suggest ways to do it? It is a 24 bit A/D with an spi interface. Thanks,
Greg
Comments
What sampling rate do you want?
Yes, thats the one. I am trying to go the 14ksps, may not need the that speed but that is what I am shooting for. I have looked at the obex but haven't really found something that works for me. Part of the problem is deciphering the code, I guess I am a bit rusty.
Thanks,
Greg
Any ideas would be helpful
Thanks
Greg
I discovered last night that might be the right approach and started digging through the asm language on it. It seems the only way to go. You would think there would be a database somewhere for all the prop interfaces of popular devices. It would have been cool. You can just imagine all the interfaces that have already been developed lying around in peoples computers..
Greg
Parallax's answer is "that's what the obex is for" but very few in the PropGCC community have adopted it as their repo of choice.