Datasheets
MC68HC908KX2CDW by:

8-BIT, FLASH, 8MHz, MICROCONTROLLER, PDSO16

Part Details for MC68HC908KX2CDW by NXP Semiconductors

Results Overview of MC68HC908KX2CDW by NXP Semiconductors

Tip: Data for a part may vary between manufacturers. You can filter for manufacturers on the top of the page next to the part image and part number.

Applications Internet of Things (IoT) Environmental Monitoring Industrial Automation Financial Technology (Fintech) Smart Cities Transportation and Logistics Agriculture Technology Telecommunications Virtual Reality (VR), Augmented Reality (AR), and Vision Systems Education and Research Consumer Electronics Security and Surveillance Audio and Video Systems Computing and Data Storage Healthcare Renewable Energy Entertainment and Gaming Robotics and Drones

MC68HC908KX2CDW Information

MC68HC908KX2CDW by NXP Semiconductors is a Microcontroller.
Microcontrollers are under the broader part category of Microcontrollers and Processors.

Microcontrollers (MCUs) are small, low-power integrated circuits used to control embedded systems. Microcontrollers are primarily used to automate and control devices. Read more about Microcontrollers and Processors on our Microcontrollers and Processors part category page.

Part Details for MC68HC908KX2CDW

MC68HC908KX2CDW CAD Models

There are no models available for this part yet.

Sign in to request this CAD model.

Register or Sign In

MC68HC908KX2CDW Part Data Attributes

MC68HC908KX2CDW NXP Semiconductors
Buy Now Datasheet
Compare Parts:
MC68HC908KX2CDW NXP Semiconductors 8-BIT, FLASH, 8MHz, MICROCONTROLLER, PDSO16
Part Life Cycle Code Obsolete
Ihs Manufacturer NXP SEMICONDUCTORS
Package Description SOIC-16
Reach Compliance Code unknown
ECCN Code 3A991.A.2
HTS Code 8542.31.00.01
Factory Lead Time 4 Weeks
Has ADC YES
Additional Feature ALSO OPERATES AT 3V SUPPLY AT 4MHZ
Address Bus Width
Bit Size 8
Clock Frequency-Max 32 MHz
DAC Channels NO
DMA Channels NO
External Data Bus Width
JESD-30 Code R-PDSO-G16
Length 10.3 mm
Number of I/O Lines 13
Number of Terminals 16
Operating Temperature-Max 85 °C
Operating Temperature-Min -40 °C
PWM Channels YES
Package Body Material PLASTIC/EPOXY
Package Code SOP
Package Shape RECTANGULAR
Package Style SMALL OUTLINE
ROM Programmability FLASH
Seated Height-Max 2.65 mm
Speed 8 MHz
Supply Voltage-Max 5.5 V
Supply Voltage-Min 4.5 V
Supply Voltage-Nom 5 V
Surface Mount YES
Technology CMOS
Temperature Grade INDUSTRIAL
Terminal Form GULL WING
Terminal Pitch 1.27 mm
Terminal Position DUAL
Width 7.5 mm
uPs/uCs/Peripheral ICs Type MICROCONTROLLER

Alternate Parts for MC68HC908KX2CDW

This table gives cross-reference parts and alternative options found for MC68HC908KX2CDW. The Form Fit Function (FFF) tab will give you the options that are more likely to serve as direct pin-to-pin alternates or drop-in parts. The Functional Equivalents tab will give you options that are likely to match the same function of MC68HC908KX2CDW, but it may not fit your design. Always verify details of parts you are evaluating, as these parts are offered as suggestions for what you are looking for and are not guaranteed.

Part Number Manufacturer Composite Price Description Compare
MC68HC908KX2CDW Rochester Electronics LLC Check for Price 8-BIT, FLASH, 8 MHz, MICROCONTROLLER, PDSO16, SOIC-16 MC68HC908KX2CDW vs MC68HC908KX2CDW
MC68HC908KX2CDW Motorola Semiconductor Products Check for Price Microcontroller, 8-Bit, FLASH, 68HC08 CPU, 8MHz, HCMOS, PDSO16, SOIC-16 MC68HC908KX2CDW vs MC68HC908KX2CDW
Part Number Manufacturer Composite Price Description Compare
MC68HC908KX2CDW Freescale Semiconductor Check for Price 8-BIT, FLASH, 8MHz, MICROCONTROLLER, PDSO16, SOIC-16 MC68HC908KX2CDW vs MC68HC908KX2CDW
MC68HC908KX2VP Freescale Semiconductor Check for Price IC,MICROCONTROLLER,8-BIT,68HC08 CPU,CMOS,DIP,16PIN,PLASTIC MC68HC908KX2CDW vs MC68HC908KX2VP
MC68HC908KX2MDW Motorola Mobility LLC Check for Price 8-BIT, FLASH, 8MHz, MICROCONTROLLER, PDSO16, SOIC-16 MC68HC908KX2CDW vs MC68HC908KX2MDW
MC68HC908KX2MDW Freescale Semiconductor Check for Price IC,MICROCONTROLLER,8-BIT,68HC08 CPU,CMOS,SOP,16PIN,PLASTIC MC68HC908KX2CDW vs MC68HC908KX2MDW
MC68HC908KX8MDW NXP Semiconductors Check for Price 8-BIT, FLASH, 8MHz, MICROCONTROLLER, PDSO16 MC68HC908KX2CDW vs MC68HC908KX8MDW
MC68HC908KX2VP NXP Semiconductors Check for Price 8-BIT, FLASH, 8MHz, MICROCONTROLLER, PDIP16 MC68HC908KX2CDW vs MC68HC908KX2VP
MC908KX8MPE Freescale Semiconductor Check for Price IC,MICROCONTROLLER,8-BIT,68HC08 CPU,CMOS,DIP,16PIN,PLASTIC MC68HC908KX2CDW vs MC908KX8MPE
MC68HC908KX2CP Freescale Semiconductor Check for Price 8-BIT, FLASH, 8MHz, MICROCONTROLLER, PDIP16, PLASTIC, DIP-16 MC68HC908KX2CDW vs MC68HC908KX2CP
MC68HC908KX8VP NXP Semiconductors Check for Price 8-BIT, FLASH, 8MHz, MICROCONTROLLER, PDIP16 MC68HC908KX2CDW vs MC68HC908KX8VP
MC68HC908KX8CP Motorola Semiconductor Products Check for Price Microcontroller, 8-Bit, FLASH, 68HC08 CPU, 8MHz, HCMOS, PDIP16, PLASTIC, DIP-16 MC68HC908KX2CDW vs MC68HC908KX8CP

MC68HC908KX2CDW Related Parts

MC68HC908KX2CDW Frequently Asked Questions (FAQ)

  • The maximum clock frequency that can be used with the internal oscillator is 8 MHz, but it's recommended to use a crystal oscillator for frequencies above 4 MHz for better stability and accuracy.

  • To configure the watchdog timer to reset the microcontroller, you need to set the WDT_CVAL register to a non-zero value and enable the watchdog timer by setting the WDT_EN bit in the WDT_CTRL register. The watchdog timer will then reset the microcontroller if it is not serviced within the timeout period.

  • Yes, the ADC can be used to convert analog signals from external sources, but you need to ensure that the input voltage is within the specified range of 0 to VDD, and that the input signal is properly filtered and buffered to prevent noise and interference.

  • To implement a delay function using the timer module, you can use the timer's counter mode to generate a delay. Set the timer's prescaler and counter values to achieve the desired delay, and then use a loop to wait for the timer to overflow. Alternatively, you can use the timer's output compare function to generate a delay.

  • The maximum current that can be sourced or sunk by the I/O pins is 25 mA, but it's recommended to limit the current to 10 mA or less to ensure reliable operation and prevent overheating.

Share by Email

Something went wrong!
Please enter a valid e-mail address
Email sent!
Recipient Email:
Add a recipient
Hello!

We are passing along some cool findings on Findchips sent to you from .

The data is for MC68HC908KX2CDW by NXP Semiconductors.
They’ve also added a data comparison to this page with by .


Click on the link below to check it out on Findchips.com.

Update Alert Settings for: MC68HC908KX2CDW by NXP Semiconductors

Select Manufacturer
Which Manufacturer of MC68HC908KX2CDW would you like to use for your alert(s)?
  • Please alert me when MC68HC908KX2CDW inventory levels are or equal to a quantity of from one of my selected distributors.
  • Also alert me for MC68HC908KX2CDW alternates
    An alert is already set for the following part(s): . Any existing alert will be overwritten and set as a new alert.
No pricing information is available at this time
  • Please alert me when the single part price for MC68HC908KX2CDW to
    $
    for at least parts from one of my selected distributors.
    Your Pricing Alert is set to expire on .
    Set this alert to expire in Update this alert to expire · Expired on
  • Also alert me for MC68HC908KX2CDW alternates
    An alert is already set for the following part(s): . Any existing alert will be overwritten and set as a new alert.

Your part alert has been saved!

Alerts are triggered based off of individual distributors that you choose. Select your distributor(s) below.

Your part alert has been saved!

Register
Password Guidelines

Is at least 8 characters in length

Must include at least 3 of the following:

One lower-case character (a-z)

One upper-case character (A-Z)

One numeric character (0-9)

One special character (!#$%^&*)

Alert is successfully saved for MC68HC908KX2CDW.
Looks like you've reached your alert limit!  Please delete some alerts or contact us if you need help.

Compare MC68HC908KX2CDW by NXP Semiconductors

Select a part to compare:
Part Number Manufacturer Description
No result found.
Something went wrong!
Or search for a different part: