I am doing a weigh scale project using 877 and AD7799( 24-Bit Sigma-Delta ADC ).any body has used the AD7799 and how is the performance and any giude for its design or sample code?
To convert this driver to CCS, you need a full understanding of
the differences between CCS and other compilers. For example,
in that driver, they declare some variables as 'signed long'.
In CCS, this would become 'signed int32'. Also, CCS has separate
functions for spi_read() and spi_write(). That driver has one combined
function. But you can tell from the context, which commands are
doing read operations and which ones are doing writes.
I don't want to convert the driver for you. You must do it.
suncq
Joined: 21 Jul 2006 Posts: 21
Thanks for you quick reply!
Posted: Wed Apr 04, 2007 6:40 am
Thanks for you quick reply! I will study it later!
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum