Take a look at http://www.circellar.com, they have an article on there that is computing acceleration data from a model rocket. They use that xicor chip X25F128 and the pic's spi port. it's a very cool idea, I'm not sure if it works, but you might be able to extract some info from the accompanying code for help with your SPI port problems.... luck for everyone, Jon Ralph Stickley wrote: > > >>Microchip are quite good at choosing useful peripherals > >>(I2C, PSP) but unfortunately not very good at > >>designing them properly or documenting them. > > Here!! Here!! I'm using a 16C74A talking to a Micro-Chip 24C16 and have > never gotten the SPI mode to work. > > Looking at their applications notes, it is easy to detect a large amount > of kludging going on by Micro-Chip (and their juinor high apps note > writers). Of course, their app note doesn't work either...unless I'm > missing something. I'm using a Logic analyizer and a 2 GS/s storage > scope so I have a good feel for what the signals are doing. They never > look right for any of the control settings. > > Mean while, I'm bit banging the data out just fine, only a little > slow.... > > Just wondering. Thanks, > Ralph