Reply by Al Clark December 3, 20072007-12-03
maddy <madhubidarahalli@gmail.com> wrote in
news:1967cc61-5e59-462f-b014-5d04133be3b0@s36g2000prg.googlegroups.com: 

> On Nov 30, 1:25 am, Al Clark <acl...@danvillesignal.com> wrote: >> maddy <madhubidaraha...@gmail.com> wrote in >> news:80ff6d31-8ea9-4ca5-94a1- >> 1e699a9a8...@s12g2000prg.googlegroups.com: >> >> > Hi all, >> >> > I'm trying to connect an SPI device to BF533 EZkit lite. I cannot >> > find any interface on the kit lite board for connecting SPI device. >> > there are interfaces for UART and SPORT connections which can be >> > used to connect particular devices. >> >> > Please let me know how to connect. Do i need to buy any extender >> > card(daughter card), or do I need to use any external hardware. I'm >> > totally confused. Please help me. >> >> > Thank you, >> > Maddy >> >> It depends on which version of the 533 EZ Kit you have. >> >> The older version provides the SPI port on only the the extender >> connectors. The newer kit also has a connector (P6). >> >> Al Clark >> Danville Signal Processing, Inc. > > > > Thanks for the reply. I dont have P6 connector on my EZ kit. May be > I've older version of the EZ kit and the SPI port is on expansion > interface. How can I use that port? Its a ninety pin connector. how > can I use those pins to connect to an external device? > > And about bit banging, does it not reduce the speed of > communication(well, I dont know much about it)? > > Please help me. > > Thank you, > Maddy >
You have a few choices. 1. You can make an extender board. Yes it will use the 90 pin Samtec connectors and it will be huge as compared to the requirements of an 8 pin serial flash. 2. You could buy a small pcb from someone like Digikey that has an 8 pin footprint. If your soldering skills are real good, you could solder wirewrap wires to the 90 sockets. You need to keep wires short and I would add a small decoupling cap (0.1uF) across the Vcc-Gnd connections. 3. It might be easier to grab most of the connections from another SPI device such as the codec. The pins are spaced further apart. You will still need access to PF2 if you plan to boot from the device. Bitbanging is a technique of manually setting, clearing and reading individual port pins to achieve some desired function. Of course its much slower than a function with dedicated hardware. I don't think this is your best option here. If you are not going to use the flash for booting, you can use any convenient port pin for the SPI SS. This assumes you control the SS manually. If you want DMA, there are 7 SS lines to choose from. Al Clark Danville Signal Processing, Inc.
Reply by maddy December 3, 20072007-12-03
On Nov 30, 1:25 am, Al Clark <acl...@danvillesignal.com> wrote:
> maddy <madhubidaraha...@gmail.com> wrote in news:80ff6d31-8ea9-4ca5-94a1- > 1e699a9a8...@s12g2000prg.googlegroups.com: > > > Hi all, > > > I'm trying to connect an SPI device to BF533 EZkit lite. I cannot find > > any interface on the kit lite board for connecting SPI device. there > > are interfaces for UART and SPORT connections which can be used to > > connect particular devices. > > > Please let me know how to connect. Do i need to buy any extender > > card(daughter card), or do I need to use any external hardware. I'm > > totally confused. Please help me. > > > Thank you, > > Maddy > > It depends on which version of the 533 EZ Kit you have. > > The older version provides the SPI port on only the the extender > connectors. The newer kit also has a connector (P6). > > Al Clark > Danville Signal Processing, Inc.
Thanks for the reply. I dont have P6 connector on my EZ kit. May be I've older version of the EZ kit and the SPI port is on expansion interface. How can I use that port? Its a ninety pin connector. how can I use those pins to connect to an external device? And about bit banging, does it not reduce the speed of communication(well, I dont know much about it)? Please help me. Thank you, Maddy
Reply by Al Clark November 29, 20072007-11-29
maddy <madhubidarahalli@gmail.com> wrote in news:80ff6d31-8ea9-4ca5-94a1-
1e699a9a83de@s12g2000prg.googlegroups.com:

> Hi all, > > I'm trying to connect an SPI device to BF533 EZkit lite. I cannot find > any interface on the kit lite board for connecting SPI device. there > are interfaces for UART and SPORT connections which can be used to > connect particular devices. > > Please let me know how to connect. Do i need to buy any extender > card(daughter card), or do I need to use any external hardware. I'm > totally confused. Please help me. > > Thank you, > Maddy
It depends on which version of the 533 EZ Kit you have. The older version provides the SPI port on only the the extender connectors. The newer kit also has a connector (P6). Al Clark Danville Signal Processing, Inc.
Reply by Vladimir Vassilevsky November 29, 20072007-11-29

maddy wrote:

> I'm trying to connect an SPI device to BF533 EZkit lite. I cannot find > any interface on the kit lite board for connecting SPI device. there > are interfaces for UART and SPORT connections which can be used to > connect particular devices. > > Please let me know how to connect. Do i need to buy any extender > card(daughter card), or do I need to use any external hardware. I'm > totally confused. Please help me.
I am not particularly familiar with BF533 EZ Kit however you can always connect the SPI device to SPORT or simulate the SPI by GPIO bit banging. Vladimir Vassilevsky DSP and Mixed Signal Design Consultant http://www.abvolt.com
Reply by maddy November 29, 20072007-11-29
Hi all,

I'm trying to connect an SPI device to BF533 EZkit lite. I cannot find
any interface on the kit lite board for connecting SPI device. there
are interfaces for UART and SPORT connections which can be used to
connect particular devices.

Please let me know how to connect. Do i need to buy any extender
card(daughter card), or do I need to use any external hardware. I'm
totally confused.  Please help me.

Thank you,
Maddy