View previous topic :: View next topic |
Author |
Message |
servicemedical
Joined: 08 May 2015 Posts: 2
|
Driver CCS AD7190 |
Posted: Mon Oct 03, 2016 12:46 pm |
|
|
Hi. I need driver to AD7190. Can someone help me? |
|
|
temtronic
Joined: 01 Jul 2010 Posts: 9246 Location: Greensville,Ontario
|
|
Posted: Mon Oct 03, 2016 7:57 pm |
|
|
That chip has an SPI interface so it can easily communicate to a PIC with HW SPI. You should show us your effort for a driver, what requirements you need, which PIC you have, type of hardware (home made or commercial (with links)).
I'd start off with the basic 'hello AD7190' type program to be sure hardware is correct !
You might try 'Google' to see what others, using other languages have done. Since the device only has 40 pages in the datasheet, it is a fairly simple device to cut a driver for. Not having that chip I can't test what I cut as code though.
Jay |
|
|
dyeatman
Joined: 06 Sep 2003 Posts: 1937 Location: Norman, OK
|
|
|
servicemedical
Joined: 08 May 2015 Posts: 2
|
|
Posted: Tue Oct 11, 2016 10:48 am |
|
|
I set RENESAS file. But he gives errors in CCS. Does anyone know where I can get this driver for the AD7190 to be used in the PIC 18F46K22? |
|
|
asmboy
Joined: 20 Nov 2007 Posts: 2128 Location: albany ny
|
|
Posted: Tue Oct 11, 2016 1:22 pm |
|
|
How long have you been programming PIC's ?
The code at the link you were shown does not look that hard to modify for CCS.
Hence my question about how much successful code you have written in the past. |
|
|
|