FPG-EYE hardware and software

From ErikaWiki

(Difference between revisions)
Jump to: navigation, search
(Evidence custom serpar_io component)
(Software FPG-EYE)
Line 42: Line 42:
The FPG-EYE board is provided with a programmed demo application inside. The demo application is hosted by a [http://www.latticesemi.com/products/intellectualproperty/ipcores/mico32/index.cfm Mico32 platform]. Furthermore you can download [http://download.tuxfamily.org/erika/webdownload/fpg-eye/FPG-EYE_software_packet.zip FPG-EYE software packet]. The packet contains:
The FPG-EYE board is provided with a programmed demo application inside. The demo application is hosted by a [http://www.latticesemi.com/products/intellectualproperty/ipcores/mico32/index.cfm Mico32 platform]. Furthermore you can download [http://download.tuxfamily.org/erika/webdownload/fpg-eye/FPG-EYE_software_packet.zip FPG-EYE software packet]. The packet contains:
-
* Evidence custom camera component (MSB component with binary netlist).
+
* Evidence custom '''mico32_camera''' component (MSB component with binary netlist).
-
* Evidence custom serpar_io component (MSB source component).
+
* Evidence custom '''serpar_io''' component (MSB source component).
* Binary external flash bootloader.
* Binary external flash bootloader.
* Python bootloader interface script.
* Python bootloader interface script.
 +
* Mico32 standard Async SRAM Controller and SPI Flash Controller components patched.
Following a brief description of these software components.
Following a brief description of these software components.
Line 51: Line 52:
== Evidence custom camera component ==
== Evidence custom camera component ==
-
The camera (mico32_camera) is a [http://www.google.it/url?sa=t&rct=j&q=wishobone%20bus&source=web&cd=2&ved=0CDAQFjAB&url=http%3A%2F%2Fsen.enst.fr%2Ffilemanager%2Factive%3Ffid%3D662&ei=w9GFTpHzLOqs0QW8wdH7Dw&usg=AFQjCNExXH_Cr7tBXmN2Gc9Kj9BDxAw8Bw&cad=rj wishbone] component developed by [http://www.evidence.eu.com/ Evidence S.r.l.]. Once [[Installation_of_Mico32/FPG-EYE_development_environment#Import_custom_Mico32_components_in_LatticeMico_System_Development_Tools | imported in MSB's]] ''Available Components'', you can use it in yours platform designs.
+
The camera '''mico32_camera''' is a [http://www.google.it/url?sa=t&rct=j&q=wishobone%20bus&source=web&cd=2&ved=0CDAQFjAB&url=http%3A%2F%2Fsen.enst.fr%2Ffilemanager%2Factive%3Ffid%3D662&ei=w9GFTpHzLOqs0QW8wdH7Dw&usg=AFQjCNExXH_Cr7tBXmN2Gc9Kj9BDxAw8Bw&cad=rj wishbone] component developed by [http://www.evidence.eu.com/ Evidence S.r.l.]. Once [[Installation_of_Mico32/FPG-EYE_development_environment#Import_custom_Mico32_components_in_LatticeMico_System_Development_Tools | imported in MSB's]] ''Available Components'', you can use it in yours platform designs.
Mico32 camera comes with an [http://www.evidence.eu.com/content/view/27/254/ Erika] driver with all [[Camera API]] you need for your applications. You can find code examples of mico32_camera API use on [downloadable applications].  
Mico32 camera comes with an [http://www.evidence.eu.com/content/view/27/254/ Erika] driver with all [[Camera API]] you need for your applications. You can find code examples of mico32_camera API use on [downloadable applications].  
Otherwise you can write yours personal driver. You find all needed information to do that on [[Mico32_camera: Writing drivers based on mico32_camera]] page.
Otherwise you can write yours personal driver. You find all needed information to do that on [[Mico32_camera: Writing drivers based on mico32_camera]] page.

Revision as of 08:48, 17 October 2011

The FPG-EYE is a development board produced by Evidence S.r.l.. The board core is based on Lattice Lattice XP2-17 fpga. This board can be used as a standard fpga development board or as a mico32 soft-core platform.

Contents

Hardware FPG-EYE

FPG-EYE is equipped with following devices:

Fpga LFXP2-17
25Mhz crystal oscillator
sram 512KiB
sdram 32MiB
Serial Flash 4Mib
Leds and switches

and external standard modules:

Rs232 Transceiver
Ethernet module

In addition exist following external optional modules:

Colors CMOS Camera
RF Transceiver Module

More technical informations you can get on Evidence FPG-EYE page.

Software FPG-EYE

The FPG-EYE board is provided with a programmed demo application inside. The demo application is hosted by a Mico32 platform. Furthermore you can download FPG-EYE software packet. The packet contains:

  • Evidence custom mico32_camera component (MSB component with binary netlist).
  • Evidence custom serpar_io component (MSB source component).
  • Binary external flash bootloader.
  • Python bootloader interface script.
  • Mico32 standard Async SRAM Controller and SPI Flash Controller components patched.

Following a brief description of these software components.

Evidence custom camera component

The camera mico32_camera is a wishbone component developed by Evidence S.r.l.. Once imported in MSB's Available Components, you can use it in yours platform designs. Mico32 camera comes with an Erika driver with all Camera API you need for your applications. You can find code examples of mico32_camera API use on [downloadable applications]. Otherwise you can write yours personal driver. You find all needed information to do that on Mico32_camera: Writing drivers based on mico32_camera page.

Evidence custom serpar_io component

This is another Evidence S.r.l. custom component. Like other custom component, before use the serpar_io in yours platform, you have to imported in MSB's. It is, essentially, a parallel serial converter. The processor writes a datum on serpar_io component out register, that serialize it out to a 74hc595 (serial to parallel shift register) device. Similarly, serpar_io can get a serialized datum from 74hc165 (parallel to serial shift register) and put it on his in register, so the cpu can read it. The serial to parallel shift register enable/disable boards peripherals power supply and leds. On other hands the parallel to serial shift register reads switches states. You can find serpar_io code examples [downloadable applications]. In Example code for serialpar_io you can find a simple use of this component.

Personal tools