iam designing hardware based on BF533 DSP processor along with STRATIX II FPGA. My design requirement is to SPIbooting of BF533 from FPGA. I dont know how to go further, if anybody knows SPIbooting with FPGA please kindly guide me....
If you mean, what you say, supplying the BF533 boot code from the FPGA, you can either use master (BMODE = 11) or slave (BMODE = 10) mode. The FPGA has to implement a SPI slave or master respectively, and should dispose of a configuration source. It's rather straightforward to my opinion.