PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Mon Jul 09, 2007 12:05 pm |
|
|
It requires a software driver. If you have the CCS compiler, look in
this directory for examples of drivers:
Quote: | c:\Program Files\Picc\Drivers |
In that directory, one example of an ADC chip driver file is:
In the case of the AD7790, there isn't a driver file, and one would
have to be written.
It's my advice that you choose an ADC chip that already has a driver
available. Look either in the CCS drivers directory, or search the
internet for a driver by using Google. For someone who is a newbie
to micro-controllers, it's much easier if you use an existing driver,
instead of trying to write a new driver. |
|