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.

Attatching FPGA to EBI bus of ARM microcontroller and emulating NOR memory

Status
Not open for further replies.

nkinar

Member level 2
Joined
Jul 25, 2009
Messages
44
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
1,675
I'm starting a new design that requires the quick transfer of a few megabytes of data between a FPGA and a microcontroller.

The FPGA is the Altium Cyclone IV processor (EP4CE15F17I8L), and the microcontroller is the AT91SAM9RL64-CU microcontroller, which is an ARM9 chip with external EBI bus.

Attached to the FPGA is a SDR SDRAM from Micron (MT48LC16M16A2BG-75 IT:D TR).

I would like to transfer data between the FPGA and the microcontroller using the microcontroller EBI bus.

The idea is to have the FPGA emulate a NOR flash. The microcontroller then reads the FPGA as if it were a NOR flash over the EBI bus. I would write logic code in Verilog (or VHDL) to fetch data from the SDRAM and then transfer the data over the EBI to the microcontroller.

I have two questions:

(1) Is this data transfer scheme reasonable?
(2) Since the microcontroller uses the EBI bus during booting, will the FPGA interfere with the ability for the microcontroller to boot?

Must I tri-state the FPGA bus pins before the FPGA loads its configuration from a serial flash device?

I am afraid that the FPGA will take too long to load its configuration file, thereby interfering with the ability for the microcontroller to boot.

Could anyone comment on these two questions?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top