Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Intel 80186

From Wikipedia, the free encyclopedia
(Redirected from80186)
16-bit microcontroller

Intel 80186
An Intel A80186 processor in a gray ceramic package
General information
LaunchedJanuary 1982; 43 years ago (1982-01)
DiscontinuedSeptember 28, 2007; 17 years ago (2007-9-28)[1]
Common manufacturer
Performance
Max.CPUclock rate6 MHz to 25 MHz
FSB speeds6 MHz to 25 MHz
Data width16 bits
Address width20 bits
Architecture and classification
ApplicationDesktop, Embedded
Technology node3 μm[3] to 1 μm[4]
Instruction setx86-16
Physical specifications
Transistors
  • 55,000
Co-processor8087 and later,80C187 (for 80C186 only)
Package
Socket
Products, models, variants
Variant
History
PredecessorIntel 8088
SuccessorsIntel 80386 (The80286 was also introduced in early 1982, and thus contemporary with the 80186)
Support status
Unsupported

The Intel80186, also known as theiAPX 186,[5] or just186, is amicroprocessor andmicrocontroller introduced in 1982. It was based on theIntel 8086 and, like it, had a16-bit externaldata bus multiplexed with a 20-bitaddress bus. The80188 variant, with an8-bit external data bus was also available.

Description

[edit]
A greatly simplified block diagram of the 80186 architecture
Die of Intel 80186

The 80186 series was designed to reduce the number ofintegrated circuits required. It included features such asclock generator,interrupt controller,timers,wait state generator,DMA channels, and externalchip select lines. It was used in numerousembedded systems, asmicrocontrollers with external memory.

The initial clock rate of the 80186 was 6 MHz, but due to more hardware available for themicrocode to use, especially for address calculation, many individual instructions completed in fewer clock cycles than on an 8086 at the same clock frequency. For instance, the commonregister+immediateaddressing mode was significantly faster than on the 8086,[a] especially when a memory location was both (one of) the operand(s) and the destination. Multiply and divide also showed great improvement, being several times as fast as on the original 8086, and multi-bit shifts were done almost four times as quickly as in the 8086.

A few new instructions were introduced with the 80186 (referred to as the 8086-2 instruction set in somedatasheets[citation needed]):enter/leave (replacing several instructions when handling stack frames),pusha/popa (push/pop all general registers),bound (check array index against bounds), andins/outs (input/output of string). A usefulimmediate mode was added for thepush,imul, and multi-bit shift instructions. These instructions were also included in the contemporary 80286 and in successor chips.[b]

Variants

[edit]
Die of Intel 80C186

The (redesigned)CMOS version, 80C186, introducedDRAM refresh, a power-save mode, and a direct interface to the 80C187 floating-point numericcoprocessor. Intelsecond-sourced this microprocessor toFujitsu Limited around 1985.[6] Both packages for Intel 80186 version were available in 68-pinPLCC andPGA in sampling at third quarter of 1985.[7] The 12.5 MHz Intel 80186-12 version using the1.5 μmHMOS-III process for US$36 in quantities of 100.[8] The 12.5 MHz Intel 80C186 version using theCHMOS III-E technology using approximately 90 mA under normal load and only 32 mA under power-save mode. It was available in 68-pin PLCC,CPGA, or CLCC package.[9]

The M80C186 military version was available in 10 and 12 MHz versions. They metMIL-STD-883 Rev. C andMIL-STD-1553 bus application standards. The 12 MHz CHMOS version consumes approximately 100 mA. The available packages were 68-pin CPGA andCQFP. The 10 MHz M80C186 PGA version was available for US$378 in 100-unit quantities.[10]

The 80C186EB was a fully static design for theapplication-specific standard product using the1 μm CHMOS IV technology. They were available in 3- and 5-volt versions with 84-lead PLCC and 80-leadEIAJQFP packaging. It was also available for US$16.95 in 1,000-unit quantities.[11]

The Intel 80C186EC contains 4 DMA channels, 2 interrupt controllers, 22 I/O which control two serial channels, and 4 timers. This version was available for US$17.70 in quantites of 1,000 units. This microcontroller only available in 5-volt version. Both Intel 80C186EC and 80C186EA contains three different power-management modes, which has idle, powerdown and powersave. The 80C186EA has both 5- and 3-volt versions.

The 80C186XL version was available up to 20 MHz, which is compatible with existing CMOS version of 80C186 that has 25% higher performance and 50% lower power consumption. This version used 1 μm CHMOS process technology. Both 80C186EA and 80C186XL were available for US$11.80 in quantities of 1,000 units.[12]

80188 series

[edit]
Intel 80188
An Intel R80C188XL20, an LCC variant of the 80188 processor. It has a ceramic heat spreader and gold plated contacts on the bottom.
General information
Launched1982
DiscontinuedSeptember 2007[13]
Common manufacturer
Performance
Max.CPUclock rate6 MHz to 40 MHz
Data width8 bits
Address width20 bits
Architecture and classification
Technology node3 μm[15] to 1 μm[16]
Instruction setx86-16
Physical specifications
Transistors
  • 55,000
Cores
  • 1
Co-processorIntel 80187
Package
Socket
Products, models, variants
Variant
  • The Intel 80188 is a variant of the Intel 80186.
History
PredecessorIntel 8088
SuccessorsIntel 80386 (The80286 was also introduced in early 1982, and thus contemporary with the 80186)

The80188 variant, with an8-bit externaldata bus was also available; this made it less expensive to connect toperipherals. The 16-bit registers and the onemegabyte address range were unchanged, however. It had a throughput of 1 millioninstructions per second.[17] Intel second sourced this microprocessor toFujitsu Limited around 1985.[18] Both packages of Intel 80188 version were available in 68-pin PLCC and PGA in sampling at third quarter of 1985.[19] The available 80C188EB in fully static design for theapplication-specific standard product using the1-micronCHMOS IV technology. They were available in 3- and 5-Volts version with 84-lead PLCC and 80-leadEIAJQFP version. It was also available for US$15.15 in 1,000 unit quantities.[20]

The 80188 series was generally intended forembedded systems, asmicrocontrollers with external memory. Therefore, to reduce the number of chips required, it included features such asclock generator,interrupt controller, timers,wait state generator,DMA channels, and externalchip select lines.While the N80188 was compatible with the 8087 numeric co-processor, the 80C188 was not. It did not have the ESC control codes integrated.

Uses

[edit]

In personal computers

[edit]

Because the integrated hardware included in the 80186 was incompatible with the support chips chosen byIBM for the8088-basedIBM PC released a few months earlier, the chip did not see wide success in the PC market. IBM chose the80286 for its successor, theIBM PC/AT, released in August 1984. Most other PC-compatible manufactures followed.

Regardless, several notablepersonal computers used the 80186:

In addition to the above examples of stand-alone implementations of the 80186 for personal computers, there were at least two examples of "add-in" accelerator card implementations: theBBC Master 512,Acorn's plug-in for the BBC Master range of computers containing an 80186–10 with 512 KB of RAM, and theOrchid Technology PC Turbo 186,[22] released in 1985. It was intended for use with the originalIntel 8088-basedIBM PC (Model 5150).

Other devices

[edit]

The Intel 80186 and 80188 are often embedded in electronic devices that are not primarily computers. For example:

  • The 80186 was used to control the Microtek 8086 in-circuit emulator.[23]
  • The 80188 was embedded inside the Intel 14.4EX modem released in 1991. The 16 MHz processor was used to perform complex algorithms needed for forward error correction,trellis modulation, and echo cancellation in the modem.
  • The second-generation SatisFAXtion board, which is aFAX/modemISA card, uses this processor.[24]
  • The IBM 7171 protocol converter, which madeASCIIcharacter-oriented terminals appear as anIBM 3270 terminal to an IBM mainframe,[25] used the Intel 80186 as its CPU.[26]
  • It was also used on the controller card for Digital Equipment Corporation'sDECtalk speech synthesizer system.

End of life

[edit]

On March 30, 2006, Intel announced that production of the 80186 and 80188, along with the production of other processor models such as the 80386 and 80486, would cease at the end of September 2007.[27][28] Pin- and instruction-compatible replacements might still be manufactured by various third-party sources,[29] and FPGA versions are publicly available.[30]

See also

[edit]
  • iAPX, for the iAPX name
  • NEC V20/V30, for a third-party CPU also supporting the 80186 instructions

Notes

[edit]
  1. ^In fact, all variants, includingreg+reg andreg+reg+immediate were faster.
  2. ^The instruction set of the 80286 is a superset of the 80186's, plus new instructions forprotected mode.

References

[edit]
  1. ^"Product Change Notification"(PDF). May 2, 2006. Archived fromthe original(PDF) on October 23, 2006.
  2. ^CPU http://www.cpu-world.com.
  3. ^"3 μm lithography process".WikiChip.
  4. ^Intel Corporation, "New Product Focus: Components: New ASSP Suits Mobile Applications", Microcomputer Solutions, September/October 1990, page 11.
  5. ^iAPX 286 Programmer's Reference(PDF). Intel. 1983. page 1-1.
  6. ^Intel Corporation, "NewsBits: Second Source News", Solutions, January/February 1985, Page 1.
  7. ^Ashborn, Jim; "Advanced Packaging: A Little Goes A Long Way", Intel Corporation, Solutions, January/February 1986, Page 2.
  8. ^Intel Corporation, "New Product Focus Component: 80186-12 Microprocessor: Fast And Formidable", Solutions, March/April 1986, page 10.
  9. ^Ormsby, John, Editor, "New Product Focus: Components: It's Under Control With The 80C186", Intel Corporation, Microcomputer Solutions, November/December 1987, page 13.
  10. ^Intel Corporation, "Focus: Components: Fast M80C186 Embedded Controller Cuts Power Usage", Microcomputer Solutions, March/April 1989, page 12.
  11. ^Intel Corporation, "New Product Focus: Components: New ASSP Suits Mobile Applications", Microcomputer Solutions, September/October 1990, page 11.
  12. ^Intel Corporation, "New Product Focus: Components: Processors Provided More Functions for Embedded Applications", Microcomputer Solutions, November/December 1991, page 13.
  13. ^"Product Change Notification"(PDF). May 2, 2006. Archived fromthe original(PDF) on October 9, 2006.
  14. ^"Intel 80188 family".CPU World.
  15. ^"3 μm lithography process".WikiChip.
  16. ^Intel Corporation, "New Product Focus: Components: New ASSP Suits Mobile Applications", Microcomputer Solutions, September/October 1990, page 11
  17. ^Pacheco, Alberto (October 12, 2001)."1.3 La familia de microprocesadores de Intel" [Intel Processors: MCS-4, MCS-8, MCS-85, x86: IA-16, IA-32, IA-64.].CB-00-852/01. Lenguaje Ensamblador (in English and Spanish).Instituto Tecnológico de Chihuahua. Archived fromthe original on April 24, 2012. RetrievedJuly 20, 2010.
  18. ^Intel Corporation, "NewsBits: Second Source News", Solutions, January/February 1985, Page 1
  19. ^Ashborn, Jim; "Advanced Packaging: A Little Goes A Long Way", Intel Corporation, Solutions, January/February 1986, Page 2
  20. ^Intel Corporation, "New Product Focus: Components: New ASSP Suits Mobile Applications", Microcomputer Solutions, September/October 1990, page 11
  21. ^"Orb Micro Advert - March 1984". RetrievedDecember 1, 2024.
  22. ^Crabb, Don (May 20, 1985)."Adding Spunk to the IBM PC".InfoWorld. Vol. 7, no. 20. p. 49.
  23. ^EEVblog #410 – Microtek 8086 In-Circuit Emulator Teardown. EEVBlog. January 15, 2013 – via YouTube.
  24. ^Intel Corporation, "New Product Focus: Systems: PC Fax Board Simplifies Data Transmission", Microcomputer Solutions, January/February 1991, page 14.
  25. ^Brear, Scott (January 21, 1985)."Cycle of change speeds up".Computerworld. Vol. 19, no. 3. IDG Enterprise. pp. ID/15.ISSN 0010-4841.
  26. ^7171 Reference Manual and Programming Guide(PDF). IBM Corporation. 1986. pp. 4–13. GA37-0021-0.
  27. ^"Product Change Notification 106013 – 01"(PDF).Intel. May 2, 2006. Archived fromthe original(PDF) on October 9, 2006.
  28. ^"Intel cashes in ancient chips".The Register. RetrievedFebruary 18, 2024.
  29. ^"Innovasic Offers Replacement ICs for Intel 186/188 Microcontrollers". Archived fromthe original on February 13, 2012. RetrievedJanuary 19, 2009.
  30. ^"Jamie Iles – Software + Hardware | 80186 CPU".www.jamieiles.com.

External links

[edit]
Lists
Microarchitectures
IA-32 (32-bit x86)
x86-64 (64-bit)
x86ULV
Current products
x86-64 (64-bit)
Discontinued
BCD oriented (4-bit)
pre-x86 (8-bit)
Earlyx86 (16-bit)
x87 (externalFPUs)
8/16-bit databus
8087 (1980)
16-bit databus
80C187
80287
80387SX
32-bit databus
80387DX
80487
IA-32 (32-bit x86)
x86-64 (64-bit)
Other
Related
Main
Architectures
Word length
4-bit
8-bit
16-bit
32-bit
64-bit
Interfaces
Programming
Debugging
Lists
See also
Authority control databases: NationalEdit this at Wikidata
Retrieved from "https://en.wikipedia.org/w/index.php?title=Intel_80186&oldid=1265544438"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp