Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

request for Reference Schematics or Idea for BF533 (200pts)

Status
Not open for further replies.

ranganath_d

Junior Member level 3
Joined
Apr 19, 2006
Messages
31
Helped
4
Reputation
8
Reaction score
4
Trophy points
1,288
Activity points
1,468
bf533 schematic

Hai


i want to design a board with BF533 and Arria GX FPGA. In this design i want to bbot BF533 from FPGA using SPI booting method . so please suggest me how to make schematic or any blockdiagram for proceeding further... How can i make connections from FPGA to Bf533 to boot in SPI bboting method...


thanks in advance...
 

reference schematics

Well, have a design with SPI Serial EEPROM AT25256

From FPGA side it's up to You to emulate SPI...
 
spi flash schematic

hello ,

here I have attached reference schematic of BF533 EZ-Kit Lite system manual.

There are various option for booting of BF533 via SPI, External flash,Flash memory.

please check.

Regards,
Sandip Shah
 

blackfin bf533 bootloader spi

give me Advanced Digital Design with the Verilog HDL Michael D. Ciletti selected solutions .....email me at atifmnzr@yahoo.com
 

www.requestforreference

You're setting yourself up for a lot of work.

The blackfin bootloader loads code from specific SPI flash memory devices. So if you really want the FPGA to pretend to be one, you'll need to first implement an SPI slave device interface on your FPGA. Then implement the SPI flash registers on top of that. So that when the blackfin tries to access the SPI flash control registers, it's able to. You need to pretend to be an SPI flash. That's more than just an SPI port.

Then of course you also still need to have, somewhere on your board, presumably in a flash part attached to the FPGA, the actual blackfin code that you want the bootloader to load.

Yes you can do all this, but it's going to cost you gates & pins on your FPGA, and a lot of work. All to save one small cheap serial flash? I would consider going with a smaller cheaper FPGA, and put a small serial flash on the SPI port.


Frank.
https://www.frankvh.com
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top