Hello
The Setup I'm working on is a Voice IC to store sounds called the ISD5008. I'm using the Arduino Diecimila and comunicating over SPI. I have programmed the main frame work of what I need to send to the voice IC and I have used the serial.println function to allow me to verify it and what I want to send I can verify. My question is how do I set up the internals of the Arduino to send the information correctly. I have looked over the site and playground and cant figure this out. My code is available if need. The setup I need to have for the Arduino is:
ISD5008 SPI
1)All Serial data transfer begin with the falling edge of SS
2)SS is held low for serial communication
3)data is clocked on the rising clock edge and data is clocked out on the falling edge
How would I set up the arduino to handle this.
Thanks
Docmur