Datasheets
STM8AF62A6UDX by: STMicroelectronics

Automotive 8-bit MCU with 128 Kbytes Flash, LIN, 24 MHz CPU, integrated EEPROM

Part Details for STM8AF62A6UDX by STMicroelectronics

Results Overview of STM8AF62A6UDX by STMicroelectronics

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 Consumer Electronics Internet of Things (IoT)

STM8AF62A6UDX Information

STM8AF62A6UDX by STMicroelectronics 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.

Price & Stock for STM8AF62A6UDX

Part # Distributor Description Stock Price Buy
DISTI # 79Y6042
Newark Stm8Af-Auto |Stmicroelectronics STM8AF62A6UDX RoHS: Not Compliant Min Qty: 3000 Package Multiple: 1 Date Code: 0 Container: Reel 0
  • 1 $2.9900
$2.9900 Buy Now
DISTI # 497-16847-ND
DigiKey IC MCU 8BIT 128KB FLASH 32VFQFPN Min Qty: 3000 Lead time: 16 Weeks Container: Tube Temporarily Out of Stock
  • 3,000 $2.8326
$2.8326 Buy Now
DISTI # STM8AF62A6UDX
Avnet Americas MCU 8-Bit STM8A CISC 128KB Flash 3.3V/5V 32-Pin VFQFPN T/R - Bulk (Alt: STM8AF62A6UDX) RoHS: Compliant Min Qty: 3000 Package Multiple: 3000 Lead time: 53 Weeks, 1 Days Container: Bulk 0
  • 3,000 $2.6596
  • 6,000 $2.6429
  • 12,000 $2.5939
  • 18,000 $2.5468
  • 24,000 $2.5013
$2.5013 / $2.6596 Buy Now
STMicroelectronics Automotive 8-bit MCU with 128 Kbytes Flash, LIN, 24 MHz CPU, integrated EEPROM COO: Philippines RoHS: Compliant Min Qty: 1 0
  • 1 $5.9900
  • 10 $5.3800
  • 100 $4.4100
  • 250 $4.1900
  • 500 $3.7500
$3.7500 / $5.9900 Buy Now
DISTI # STM8AF62A6UDX
Avnet Silica MCU 8Bit STM8A CISC 128KB Flash 33V5V 32Pin VFQFPN TR (Alt: STM8AF62A6UDX) RoHS: Compliant Min Qty: 3000 Package Multiple: 3000 Lead time: 17 Weeks, 0 Days Silica - 0
Buy Now
DISTI # STM8AF62A6UDX
EBV Elektronik MCU 8Bit STM8A CISC 128KB Flash 33V5V 32Pin VFQFPN TR (Alt: STM8AF62A6UDX) RoHS: Compliant Min Qty: 3000 Package Multiple: 3000 Lead time: 17 Weeks, 0 Days EBV - 0
Buy Now

Part Details for STM8AF62A6UDX

STM8AF62A6UDX CAD Models

STM8AF62A6UDX Part Data Attributes

STM8AF62A6UDX STMicroelectronics
Buy Now Datasheet
Compare Parts:
STM8AF62A6UDX STMicroelectronics Automotive 8-bit MCU with 128 Kbytes Flash, LIN, 24 MHz CPU, integrated EEPROM
Rohs Code Yes
Part Life Cycle Code Active
Ihs Manufacturer STMICROELECTRONICS
Package Description VFQFPN-32
Reach Compliance Code compliant
ECCN Code EAR99
HTS Code 8542.31.00.01
Factory Lead Time 53 Weeks, 1 Day
Samacsys Manufacturer STMicroelectronics
Has ADC YES
Address Bus Width
Bit Size 8
Boundary Scan NO
CPU Family STM8
Clock Frequency-Max 24 MHz
DAC Channels NO
DMA Channels NO
External Data Bus Width
Format FIXED POINT
Integrated Cache NO
JESD-30 Code S-XQCC-N32
Length 5 mm
Low Power Mode YES
Number of I/O Lines 25
Number of Terminals 32
On Chip Data RAM Width 8
On Chip Program ROM Width 8
Operating Temperature-Max 150 °C
Operating Temperature-Min -40 °C
PWM Channels YES
Package Body Material UNSPECIFIED
Package Code HVQCCN
Package Equivalence Code LCC32,.2SQ,20
Package Shape SQUARE
Package Style CHIP CARRIER, HEAT SINK/SLUG, VERY THIN PROFILE
Peak Reflow Temperature (Cel) NOT SPECIFIED
Qualification Status Not Qualified
RAM (bytes) 6144
RAM (words) 3072
ROM (words) 131072
ROM Programmability FLASH
Screening Level AEC-Q100
Seated Height-Max 1 mm
Speed 24 MHz
Supply Current-Max 16.8 mA
Supply Voltage-Max 5.5 V
Supply Voltage-Min 3 V
Supply Voltage-Nom 5 V
Surface Mount YES
Technology CMOS
Temperature Grade AUTOMOTIVE
Terminal Form NO LEAD
Terminal Pitch 0.5 mm
Terminal Position QUAD
Time@Peak Reflow Temperature-Max (s) NOT SPECIFIED
Width 5 mm
uPs/uCs/Peripheral ICs Type MICROCONTROLLER

STM8AF62A6UDX Related Parts

STM8AF62A6UDX Frequently Asked Questions (FAQ)

  • The maximum clock frequency for the STM8AF62A6UDX is 24 MHz, but it can be overclocked up to 32 MHz with some limitations. However, it's recommended to follow the clock frequency specified in the datasheet to ensure reliable operation.

  • The watchdog timer on the STM8AF62A6UDX can be configured using the WWDG_CR register. You need to set the WWDG_CR[7:0] bits to select the timeout period, and then enable the watchdog timer by setting the WWDG_CR[15] bit. You can also use the WWDG_CSR register to check the watchdog timer status.

  • Yes, the STM8AF62A6UDX can operate with a 3.3V power supply. The device is specified to operate from 2.95V to 5.5V, so 3.3V is within the recommended operating range. However, you need to ensure that the voltage regulator and other components on your board can handle the 3.3V supply.

  • You can implement a delay function on the STM8AF62A6UDX using a software loop or by using the timer peripherals. For a software loop, you can use a simple loop that increments a counter variable until the desired delay is reached. For a timer-based delay, you can use the TIM1 or TIM2 peripherals and configure them to generate an interrupt at the desired delay interval.

  • Yes, the STM8AF62A6UDX can be used with an external crystal oscillator. The device has an internal oscillator that can be used as a clock source, but you can also use an external crystal oscillator connected to the OSC_IN and OSC_OUT pins. You need to configure the clock source selection bits in the CLK_CKDIVR register to select the external clock source.

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 STM8AF62A6UDX by STMicroelectronics.
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: STM8AF62A6UDX by STMicroelectronics

Select Manufacturer
Which Manufacturer of STM8AF62A6UDX would you like to use for your alert(s)?
  • Please alert me when STM8AF62A6UDX inventory levels are or equal to a quantity of from one of my selected distributors.
  • Also alert me for STM8AF62A6UDX 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 STM8AF62A6UDX 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 STM8AF62A6UDX 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 STM8AF62A6UDX.
Looks like you've reached your alert limit!  Please delete some alerts or contact us if you need help.

Compare STM8AF62A6UDX by STMicroelectronics

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