Analog Devices Inc./Maxim Integrated MAXQ1062EUD+
- Part No.:
- MAXQ1062EUD+
- Manufacturer:
- Analog Devices Inc./Maxim Integrated
- Category:
- Application Specific Microcontrollers
- Package:
- 14-TSSOP (0.173", 4.40mm Width)
- Datasheet:
-
MAXQ1062EUD+.pdf
- Description:
- IC SEC COMPANION CHIP 14TSSOP
- Quantity:
- Payment:

- Shipping:

Inventory:4,739
Please send an inquiry. Send us your inquiry, and we will respond immediately.
Product details
Overview
MAXQ1062EUD+ from Maxim Integrated is a DeepCover® cryptographic controller designed as a secure coprocessor for embedded systems, providing hardware-accelerated TLS/DTLS key negotiation (ECDHE, PSK), ECDSA-based authentication, AES-128/256 encryption (ECB/CBC/CCM/GCM), SHA-256/384/512 hashing, and true RNG–all with 8KB of secure EEPROM for certificates, keys, and monotonic counters. It operates over SPI or I²C and serves as a secure bootloader for external microcontrollers in industrial gateways and smart meters.
For engineers reviewing the MAXQ1062EUD+ datasheet, MAXQ1062EUD+ pinout, MAXQ1062EUD+ application, or MAXQ1062EUD+ equivalent, this page delivers verified specifications, interface behavior, tamper-resistant lifecycle management, secure channel protocols, and FIPS/Common Criteria EAL4+-aligned cryptographic service boundaries-critical for IoT device certification and secure boot validation.
Technical Context
The MAXQ1062EUD+ implements two distinct operational modes: TLS/DTLS Toolbox mode (for full protocol offload including certificate chain verification, ECDSA signature generation/verification, and master secret derivation) and AES-SPI mode (for high-speed stream encryption up to 20Mb/s using AES-GCM or AES-ECB with dedicated DMA). Each mode uses separate command interpreters and memory access controls.
Its security architecture enforces strict separation: private keys are never exposed externally; TLS handshake secrets remain internal; and all key objects are integrity-protected and verified before use. Tamper detection, watchdog timer, power-on/brownout reset, and life cycle state transitions (e.g., provisioning → active → locked) are implemented in hardened logic with RESET_OUT assertion capability.
Key Specifications
| Parameter | Value and Actual Design Meaning |
|---|---|
| Secure EEPROM | 8KB nonvolatile storage with atomic write, integrity protection, and 500K erase/write cycles-holds certificates, ECC/AES keys, monotonic counters, and arbitrary data. |
| Cryptographic Algorithms | AES-128/256 (ECB/CBC/CCM/GCM), ECC NIST P-256/P-384/P-521 & Brainpool curves, SHA-256/384/512, HMAC-SHA256/384/512, ECDSA (FIPS 186-4), EC Diffie-Hellman. |
| Interface Support | I²C slave (400kps fast mode, address 0x60 configurable) and SPI slave (Mode 0, LSB-first, SSEL-active-low)-mode selection determines TLS or AES-SPI operation. |
| AES-SPI Throughput | Up to 20Mb/s stream encryption/decryption using dedicated hardware AES engine with GCM/ECB support and integrated DMA channel. |
| Security Certifications | FIPS 140-2 and Common Criteria EAL4+ certified-validated physical, environmental, and logical protections including tamper detection and secure key loading protocols. |
| Operating Temperature | -40°C to +109°C-qualified for industrial environments including PLCs, SCADA nodes, and smart grid monitoring equipment. |
Pinout & Package
MAXQ1062EUD+ is housed in a 14-pin TSSOP package (3.0mm × 4.4mm, 0.65mm pitch) with exposed pad for thermal performance and EMI control. Pin functions are validated per Maxim Integrated ABRIDGED DATA SHEET Rev 5 (12/2019).
| Pin/Terminal | Circuit Role | Design Meaning |
|---|---|---|
| VDD | Power supply input | 2.7V to 3.6V main supply; decoupling required near pin for noise immunity during cryptographic operations. |
| GND | Ground reference | Common return path for digital and analog sections; tied to exposed pad for thermal dissipation. |
| SCL / SCLK | I²C clock / SPI clock | Shared pin: SCL in I²C mode (open-drain), SCLK in SPI mode (input only); mode determined at power-up via configuration. |
| SDA / MOSI | I²C data / SPI master-out-slave-in | Shared bidirectional pin: supports I²C data transfer or SPI command/data input depending on selected interface mode. |
| MISO | SPI master-in-slave-out | Output-only SPI data line; carries encrypted payload, status responses, or certificate data during AES-SPI or TLS transactions. |
| SSEL | SPI slave select | Active-low chip enable; must be asserted before SPI transaction; controls entry into AES-SPI mode when driven low. |
| WDI | Watchdog input | Host-driven toggle signal; failure to assert within programmable timeout triggers RESET_OUT pulse (configurable). |
| RESET_OUT | Reset output | Open-drain output asserting low on WDT timeout, tamper event, or life cycle violation-used to reset host MCU or system logic. |
Key Features
| Feature | Design Value |
|---|---|
| Hardware AES-SPI Engine | Dedicated 128-bit AES block supporting GCM/ECB modes at up to 20Mb/s with DMA-linked SPI-offloads host CPU from real-time encryption without exposing keys. |
| Secure File System | Flexible object-based access control with user-programmable conditions (e.g., life cycle state, authentication level) for each stored key/certificate-enables role-based provisioning in multi-tier deployments. |
| TLS/DTLS Host Stack Integration | Arm Mbed TLS-compatible interface enabling client-mode TLS 1.2/DTLS 1.2 offload-host only handles network I/O while MAXQ1062EUD+ manages handshake, key exchange, and record-layer crypto. |
| True Random Number Generator | FIPS-compliant TRNG used exclusively for on-chip ECC and AES key generation-prevents deterministic key derivation and meets entropy requirements for NIST SP 800-90A. |
| Life Cycle Management | One-way state machine (Provision → Active → Locked) controlling read/write permissions per object-ensures keys cannot be extracted post-deployment and prevents rollback attacks. |
Applications
| Smart Metering | Industrial PLC Security |
|---|---|
|
Use Scenario: Secure firmware updates and meter data authentication in ANSI C12.22 and DLMS/COSEM-compliant electricity/water/gas meters. IC Role / Device Role / Timing Role: Cryptographic coprocessor handling ECDSA signature verification of signed firmware images and AES-GCM encryption of usage data before transmission. Use Value: Prevents unauthorized firmware injection and ensures regulatory compliance with NISTIR 7628 and IEC 62351-3 by isolating private key storage and signing operations from the meter's main MCU. |
Use Scenario: Securing Modbus TCP and DNP3 communications between PLCs and HMIs in critical infrastructure environments. IC Role / Device Role / Timing Role: TLS 1.2 client endpoint performing ECDHE key exchange and certificate-based mutual authentication with SCADA servers. Use Value: Enables zero-trust connectivity without modifying legacy PLC firmware-MAXQ1062EUD+ validates server certificates and signs client handshakes using internally stored root CA and device identity keys. |
| Secure Access Control | Cybersecurity for Critical Infrastructures |
|
Use Scenario: Multi-factor credential validation in physical access systems using PKI-based smart cards and BLE-connected readers. IC Role / Device Role / Timing Role: Secure key vault and signature verifier for challenge-response authentication; stores private keys used to sign reader attestations. Use Value: Eliminates risk of private key extraction from compromised readers-keys never leave MAXQ1062EUD+ and signing occurs inside tamper-resistant boundary. |
Use Scenario: Firmware integrity verification and secure boot in substation RTUs and intelligent electronic devices (IEDs) compliant with IEC 62351-8. IC Role / Device Role / Timing Role: Secure bootloader verifying SHA-384 hash and ECDSA signature of boot image before execution on host processor. Use Value: Guarantees runtime integrity by enforcing cryptographic chain-of-trust from boot ROM through application firmware-tamper detection halts boot on physical intrusion. |
Equivalent & Alternatives
The following parts are listed as comparable options for similar cryptographic coprocessor applications.
| Alternative Part | Technical Difference | Application Difference | Selection Advice |
|---|---|---|---|
| ATECC608A-TFLXT | 8KB secure EEPROM, SHA-256, ECC P-256 only, no native TLS stack support-requires host-side TLS library integration. | Limited to basic key storage and signing; lacks built-in DTLS/TLS offload, AES-SPI streaming, or secure channel features. | Select when cost sensitivity outweighs need for full TLS offload and hardware-accelerated stream encryption. |
| SE050N-A111 | 128KB secure flash, ISO 15118/SAE J3068 support, higher ECC curve support (P-521), but no dedicated AES-SPI engine or Mbed TLS integration. | Optimized for automotive V2X and EV charging; lacks industrial temperature range (-40°C to +109°C) and watchdog/tamper features tailored for PLCs. | Select for automotive-grade PKI and secure element use cases requiring larger storage and vehicle-specific protocols. |
Compared with ATECC608A-TFLXT and SE050N-A111, the MAXQ1062EUD+ uniquely combines industrial temperature resilience, integrated TLS 1.2/DTLS 1.2 offload with Mbed TLS compatibility, and a dedicated 20Mb/s AES-SPI engine-making it optimal for resource-constrained industrial gateways needing both protocol abstraction and high-throughput encrypted data tunneling.
Availability
MAXQ1062EUD+ is available at Aetrix Electronics and suitable for smart metering, industrial PLC security, and secure access control applications requiring stable component supply, long-term lifecycle assurance, and RoHS-compliant packaging.
Supply support for MAXQ1062EUD+ includes scheduled delivery planning, volume procurement assistance, BOM continuity management, traceable sourcing, and lifecycle availability coordination for OEM customers, industrial embedded developers, connected-device designers, and electronics production programs.
Manufacturer
Maxim Integrated (now part of Analog Devices) designs high-performance analog and mixed-signal ICs for industrial, automotive, and computing applications-with emphasis on reliability, security, and integration.
The MAXQ1062EUD+ belongs to the DeepCover® cryptographic controller product line, engineered specifically to provide certified, hardware-enforced security for embedded devices lacking internal crypto acceleration-targeting IoT endpoints, industrial controllers, and infrastructure edge nodes.
FAQ
What communication interfaces does the MAXQ1062EUD+ support?
The MAXQ1062EUD+ supports both I²C and SPI interfaces, with mode selection determined at power-up. In I²C mode, it operates as a slave at up to 400kps with configurable 7-bit address (default 0x60). In SPI mode, it uses Mode 0 (CPOL=0, CPHA=0), LSB-first protocol with active-low SSEL-enabling either TLS toolbox commands or high-speed AES-SPI streaming.
How does the MAXQ1062EUD+ ensure private key confidentiality during TLS operations?
The MAXQ1062EUD+ ensures private key confidentiality by never exposing private keys outside its secure boundary. During TLS handshakes, all key exchange (ECDHE), signature generation (ECDSA), and master secret derivation occur internally. The master secret may be exported for external record-layer processing, but private keys remain protected in integrity-verified, non-readable secure EEPROM.
Can the MAXQ1062EUD+ function as a secure bootloader for an external microcontroller?
Yes, the MAXQ1062EUD+ can serve as a secure bootloader by verifying the SHA-384 hash and ECDSA signature of the host microcontroller's firmware image before allowing execution. It supports flexible access conditions and life cycle states to enforce boot policy-e.g., blocking boot if the image fails signature verification or if the device is in a locked state.
What is the purpose of the WDI and RESET_OUT pins on the MAXQ1062EUD+?
The WDI (Watchdog Input) pin requires periodic toggling by the host MCU within a user-configurable timeout period; failure triggers a RESET_OUT pulse if enabled. RESET_OUT is an open-drain output that asserts low on WDT timeout, tamper detection, or life cycle violation-allowing the host system to perform controlled reset or fail-safe shutdown without internal device reset.
Does the MAXQ1062EUD+ support certificate chain validation and parent certificate trust anchoring?
Yes, the MAXQ1062EUD+ supports full certificate chain validation: certificates are stored in integrity-protected memory and automatically verified using one or more parent certificates already present in the device. Arbitrary certificates cannot be loaded unless signed by a trusted root or intermediate CA stored internally-enforcing strict PKI hierarchy compliance.
MAXQ1062EUD+ Specifications
- Product attributes
- Attribute value
- Manufacturer:
- Analog Devices Inc./Maxim Integrated
- Series:
- -
- Package/Case:
- 14-TSSOP (0.173", 4.40mm Width)
- Packaging:
- Tube
- Product Status:
- Obsolete
- Programmable:
- Not Verified
- Applications:
- Security
- Core Processor:
- MAXQ
- Program Memory Type:
- EEPROM (8kB)
- Controller Series:
- MAXQ™
- RAM Size:
- -
- Interface:
- I2C, SPI
- Number of I/O:
- -
- Voltage - Supply:
- -
- Operating Temperature:
- -40°C ~ 109°C
- Grade:
- -
- Qualification:
- -
- Mounting Type:
- Surface Mount
- Supplier Device Package:
- 14-TSSOP
MAXQ1062EUD+ FAQ
1.How can I place an order for MAXQ1062EUD+ through Aetrix?
Please submit a Request for Quotation (RFQ) for MAXQ1062EUD+ on Aetrix. Our sales agent will provide a competitive quotation and guide you through the order confirmation once you accept the terms.
2.Are the price and stock information for MAXQ1062EUD+ reliable?
The price and inventory of MAXQ1062EUD+ are updated periodically and may fluctuate due to market conditions. Stock and pricing data are typically refreshed every 24 hours. Quotation validity for MAXQ1062EUD+ is usually 5 days.
3.What payment methods are accepted for MAXQ1062EUD+?
We accept Wire Transfer, PayPal, Credit Card, Western Union, MoneyGram, and Escrow for MAXQ1062EUD+ transactions.
Note: Certain payment methods may incur a processing fee.
4.How is shipping managed for MAXQ1062EUD+?
MAXQ1062EUD+ orders can be shipped via leading logistics carriers, including DHL, UPS, FedEx, TNT, or Registered Mail.
Once your MAXQ1062EUD+ order is processed, you will receive an email with the shipment details and tracking number.
Note: Tracking information may take up to 24 hours to appear. Express delivery typically takes 3–5 business days.
5.How can I obtain technical support or documentation for MAXQ1062EUD+?
For technical support, including MAXQ1062EUD+ datasheets, pinout diagrams, or application guidance, please contact our engineering support team. They can provide detailed documentation and assistance for your MAXQ1062EUD+ requirements.
6.How does Aetrix verify that MAXQ1062EUD+ is sourced from the original manufacturer or authorized distributors?
All MAXQ1062EUD+ products on Aetrix are procured from qualified distributors and authorized channels. Our dedicated quality assurance team conducts strict verification, including traceability checks and, if necessary, third-party testing. This ensures that MAXQ1062EUD+ meets industry standards.
7.What is the process for return or replacement of MAXQ1062EUD+?
All MAXQ1062EUD+ units undergo pre-shipment inspection (PSI). If there is an issue with MAXQ1062EUD+, returns or replacements are accepted under the following conditions:
1.Quantity discrepancies, incorrect items, or visible external defects (such as breakage or corrosion), acknowledged by Aetrix.
2.The issue is reported within 90 days of delivery.
3.The MAXQ1062EUD+ part is unused and in its original packaging.
Return procedure for MAXQ1062EUD+:
1.Submit a request within 90 days.
2.Obtain a Return Material Authorization (RMA) from Aetrix.
MAXQ1062EUD+ Tags

-
CYPD3175-24LQXQ
Infineon Technologies

-
SLB9672VU20FW1523XTMA1
Infineon Technologies

-
SLB9670VQ20FW785XTMA1
Infineon Technologies

-
SLB9672XU20FW1523XTMA1
Infineon Technologies

-
SLB9673XU20FW2613XTMA1
Infineon Technologies

-
CYPD3125-40LQXIT
Infineon Technologies

-
AT97SC3204-U2A1A-20
Microchip Technology

-
AT97SC3204-U2A1A-10
Microchip Technology

-
SLM9670AQ20FW1311XTMA1
Infineon Technologies

-
SLB9672XU20FW1613XTMA1
Infineon Technologies

-
SLB9672AU20FW1613XTMA1
Infineon Technologies

-
SLB9673AU20FW2613XTMA1
Infineon Technologies
Tech Hub
A practical engineering guide to 3.3V and 5V logic compatibility, input thresholds, resistor dividers, translator ICs, MOSFET level shifting, I2C pull-ups, timing limits and power-sequencing risks.
The 74HC595 uses push-pull logic outputs, while the TPIC6B595 uses 50 V open-drain DMOS sinks for higher-power loads. This guide compares timing, current limits, 3.3 V interfacing, load wiring, thermal…
The 74HC595 converts serial data into eight stable parallel outputs. This guide covers pin functions, shift and storage timing, OE and MR behavior, drive-current limits, cascading, voltage compatibilit…
A technical comparison of level-sensitive latches and edge-triggered flip-flops, covering timing windows, setup and hold limits, master–slave operation, time borrowing, race-through, HDL inference and…
A D latch stores one bit while Enable controls when data can pass. This reference covers gate-level operation, truth tables, transparency, setup and hold timing, LE versus OE, common ICs and practical …
An SR latch stores one bit through cross-coupled feedback. This engineering reference covers NOR and NAND implementations, truth tables, forbidden-state recovery, gated operation, switch debouncing, fa…
Latch circuits retain one bit through feedback. This technical reference covers SR and D latches, truth tables, transparency, timing limits, latch-versus-flip-flop behavior, applications and common log…
An engineering guide to LED driver operation, constant-current and constant-voltage outputs, linear and switching topologies, dimming, IC selection, calculations, replacement compatibility, and fault c…
Operational amplifier guide covering op amp basics, feedback, ideal vs real op amps, common configurations, buffer circuits, offset, bias current, gain-bandwidth, slew rate, rail-to-rail limits and sel…
Jumper cables guide covering safe connection order, red and black clamp placement, final ground connection, cable gauge, length, clamp quality, copper vs CCA cables, jump starter comparison and battery…
