Chip Directory
Mirror sites
Mailing list
Have this site translated
 Datasheet Archive
 Embedded Systems
Host site


ABC of electronics terms

Click on the first letter of the electronic term you're looking for:
0..9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

(To find chips for distinct functions, see the functional pages.)

F

Fan

See
local for manufacturers of fans

FAQ

Frequently Asked Questions

www.faqs.org/ Internet FAQ Archives, good!
www.cs.ruu.nl/cgi-bin/faqwais/ University of Utrecht

Fax

Facsimile. A way to send paper documents via a telephone line. A fax is a combined scanner and printer.

www.google.com/search?q=fax Fax
www.google.com/search?q=fax class1 Fax class 2
www.google.com/search?q=fax class2 Fax class 2

Fiber Optic

Where Manufacturer
www.sciam.com/2001/0101issue/0101stix.html Scientific American article about fiber optics
www.lightreading.com/ More about optical networking
www.corningfiber.com/ Corning
www.fibrechannel.com/ Fibre Channel Association (a trade association)
www.fiberopticsonline.com/ FiberOptics Online (by VerticalNet)
www.t11.org/ T11 Technical Committee (Fibre Channel, HIPPI, IPI, SBCON)

Field Bus

www.fieldbus.org/

File type

www.google.com/search?q=file type At Google

Filter

Where Manufacturer
www.aerovox.com/ Aerovox
www.avx.com/ AVX
www.coilcraft.com/ Coilcraft
www.cor.com/home2.html Corcom
www.okaya.com/ Okaya Electronics
www.schaffner.com/ Schaffner EMC
www.spectrumcontrol.com/ Spectrum Controls
www.tusonix.com/ Tusonix

Finger print

NEC makes a finger print scanner called 'NEC TouchPass'. It has 60% marketshare world-wide.

See also:

local

Firewire

See IEEE 1394.

Flash EPROM

This is a special kind of EEPROM that can be made in big sizes and is meant to replace the old UV-EPROM unlike the normal EEPROM, that usually has a small memory size and is meant to keep a limited number of settings or other user data. The normal EEPROM used to have a serial interface to save on pins, both on the EEPROM and on the MCU* and to save on PCB-connections. Flash EEPROM's have the usual fast many*8 interface of the UV-EPROM's, so it can be used as regular MCU* or CPU memory.
For a while the manufacturers tried to introduce many*16 or even many*32 bits EPROM*'s but that proved to be to expensive. It's cheaper to use a couple of many*8's in parallel. And shortly after, it proved better and cheaper to use the CPU's 32 or 16 bits bus first in 8 bits mode and copy the complete ROM into DRAM and then run it from there.

www.esacademy.com/faq/docs/flash/ Article: Using Flash Memory in Embedded Applications
www.badflash.com/ Flash EPROM* recovery and replacement business

See also EEPROM, EPROM*, PROM*, ROM.

Floppy Disk Drive

marina.mfarris.com/theref/theref.html TheRef (Floppy/Hard disk drives)


Formulae

www.xs4all.nl/~johanw/#formularium Physics formulae by Johan Wevers
www.xs4all.nl/~johanw/#math Mathematical formulae by Johan Wevers

Forth

Forth is an interpreted stack based programming language, whose fans seem mostly mesmerised by the usage of the more computer oriented postfix operator notation (also called reversed polish notation and made famous by the HP calculators). I bought a book about Forth once but the author started in the introduction to explain that even the programmer himself usually couldn't understand the source code that he had written himself the previous day. Another problem seemed to be that the language was quite natural as long as all cells on the stack were of the same size (so 16 bits in those days), but as soon as you also started to use longs (of 32 bits) and floats (of 32 or 64 bits) the stack handling would soon become very tedious. At that point I stopped reading considering that Forth was not a serious software engineering language. Use C instead! For more advanced projects Java should be considered (or C++ as a second choice). C is still the standard language (on which all later serious languages like C++, Java and Javascript are based). Languages like Forth, Lisp and Prolog are clearly of another order and I have never seen them used for serious engineering work. Ah, I just remembered that when the PCI* bus just started and they still wanted it to be implemented in all kinds of computers in a computer independent way, they proposed that every card would have an on card driver written in Forth. The host computer could either interpret this program or compile it into native code. I very much doubt that it's still done this way, since PC-cards on the ISA bus were also considered to have their drivers in on-board ROM's but this proved too expensive (and inflexible as regards to driver upgrades) so allmost all drivers came on floppy and later CD-ROM making the installment of PC-cards or exchanging them between computers or migrating a harddisk with filesystem from system to system the true hell that it is nowadays.

Back to Forth though:

www.forth.org/faq.html FAQ in HTML
www.forth.org/ Forth Interest Group (FIG)
www.forth.com/ Forth, Inc.
www.clienux.com/ A Forth based distribution of Linux
www.angelusresearch.com/ "Whiskers" is a robot that is run by Forth

Also see the MISC mailing list in the mailing lists section. It's a processor architecture aimed at processing Forth efficiently.

FPAA

Field Programmable Analog Array.
Enables fast design of complex analog circuits.

Motorola has left this market in 199806 according to a senior engineering contact at Motorola who had helped develop the part. He wrote me: 'It was a great device and fun while it lasted (sigh), but alas, it is no more.'

See also CPLD and FPGA (next entry on this page) and TRAC.

FPGA

Field Programmable Gate Array

This is a large chip with an array of cells, with each a couple of memory elements, and logic. You determine how all the elements are connected. So you can program how your hardware behaves. The configuration of these chips is often loaded at power-up from a serial EEPROM I think.

This is a 'cheap' way to design your own chips. All the components are already on the chip, but 'in the field' you program them to make the right connections between the components. Cheap is not really true for large amounts since the chip will use a lot of energy for the components that you're not really using. These components are also expensive because they carry a lot of unused silicon around. They may also be slow. Startup time may be hindered by the fact that their functionality needs to be loaded from a serial ROM. The software needed to achieve the functionality may also be expensive and getting your personal used to the software may also take time. However once the design is ready and tested there may be an easy path to having the design being mass produced in a real ASIC. Xilinx became big making these things.

FPGA manufacturers:

www.optimagic.com/lowcost.html#VeryLow free Atmel AT40k FPGA development software
www.us-epanorama.net/fpga.html At ePanorama

FPGA's are so large and complex by now that you can design your own processors in them:

www.ultratechnology.com/store.htm Video tapes of a class on FPGA logic design
www.spacetimepro.com/dyop.htm Design Your Own Processor (in FPGA)!
www.thesis.cjb.net/ Another project

See also CPLD, FPAA (previous entry) and VHDL.

Chips:

FPGA

See also:

More info

See also:

CPLD and PLD*.


Digital Systems Design and Prototyping Using Field Programmable Logic
Zoran Salcic and Asim Smailagic
Kluwer Academic Publishers
Norwell, MA
tel: +1-617-871-6600
Overview of PLD* and FPGA technology, applications and design techniques.
See EDN Europe, 19971009/pg 20

Fuse

Where Manufacturer
www.belfuse.com/ Belfuse
www.bussmann.com/ Bussmann
www.littlefuse.com/ Littlefuse Elect. Prod
www.raychem.com/ Raychem

Fuzzy Logic



Click on the first letter of the electronic term you're looking for:
0..9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z


Ad for PCI video capturing boards by Dektec.
Goto: Main Mirror About Author
Register: Yourself Company
Feedback: Correction Addition Question
Request quote: Chips (Deutsch) Chips (English) Chips (Nederlands)

Advertisement by Adprov

Viewable with any browser


page modified: 20080226
page compiled: 20080306
site compiled:  Version GIF
(external) links checked: 20080226