CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

AD8402 digital pot - sending 10bits via SPI?

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
rcooke



Joined: 23 Feb 2011
Posts: 21
Location: Oceanside, CA USA

View user's profile Send private message

AD8402 digital pot - sending 10bits via SPI?
PostPosted: Sun Apr 10, 2011 1:31 pm     Reply with quote

Hi Folks,

In my application I am forced to use the HW SPI due to conditions out of my control. I need to write 10 bits to the chip 2 bits of address and 8 bits of data. I can't use the CCS supplied 8400.c library because that uses a software SPI.

Looking at the 8402 datasheet is seems like I can send it 16 bits with the MSB 6 bits set to zero. It seems like the chip will load the register when the /CS line goes high so only the last 10 bits are actually loaded. Does this make sense?

Thanks,

Richard
bkamen



Joined: 07 Jan 2004
Posts: 1611
Location: Central Illinois, USA

View user's profile Send private message

PostPosted: Sun Apr 10, 2011 1:41 pm     Reply with quote

That's pretty bizarre...

I would just write a software routine to handle it since doing a double write (16bits) doesn't seem to be an option.

How bizarre.

-Ben
_________________
Dazed and confused? I don't think so. Just "plain lost" will do. :D
rcooke



Joined: 23 Feb 2011
Posts: 21
Location: Oceanside, CA USA

View user's profile Send private message

PostPosted: Sun Apr 10, 2011 1:46 pm     Reply with quote

I don't understand why you say it is bizarre. The hardware team designed the circuit in such a way that I am forced to use the hardware SPI function on the chip (18F24K22). We have other devices that I have to communicate with via the SPI bus.

Richard
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Sun Apr 10, 2011 1:48 pm     Reply with quote

Quote:

Looking at the 8402 datasheet is seems like I can send it 16 bits with the
MSB 6 bits set to zero.

Ttelmah says the same thing in the 3rd post in this thread:
http://www.ccsinfo.com/forum/viewtopic.php?t=32681
rcooke



Joined: 23 Feb 2011
Posts: 21
Location: Oceanside, CA USA

View user's profile Send private message

PostPosted: Sun Apr 10, 2011 2:05 pm     Reply with quote

PCM,

Thanks for the heads-up. I searched the forum but didn't do a very good job. I just wanted a second opinion and you pointed me to one. That's the beauty of this forum.

Richard
FvM



Joined: 27 Aug 2008
Posts: 2337
Location: Germany

View user's profile Send private message

PostPosted: Mon Apr 11, 2011 3:19 am     Reply with quote

There's a simple guideline. A device declared SPI compatible will always be able to communicate in multiplies of 8 bits. As many simple SPI devices, the AD8402 doesn't care how many bits have been shifted in front of the last 10 bits before the /CS rising edge.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group