AI agents & screen readers: for a machine-readable, text-only catalogue, start at /llms.txt. Products are available as Markdown (/products.md, /products/{handle}.md) and JSON (/products.json, /products/{handle}.json).
Store

SparkFun

· MPN: DEV-28370

$50.95 |
In stock at supplier
No reviews yet

This lockable Teensy 4.1 variant combines the high-performance Teensy 4.1 platform with production-focused code security, while omitting the Ethernet PHY for...

Stock availability

Available with leadtime
314 available
Estimated Delivery
Arrives
Disclaimer
View Markdown
Secure checkout

This lockable Teensy 4.1 variant combines the high-performance Teensy 4.1 platform with production-focused code security, while omitting the Ethernet PHY for projects that do not need wired networking. It is built around the NXP MIMXRT1062DVJ6B ARM Cortex-M7 processor running at 600 MHz, with 8 Mbyte Flash and 1024K RAM.

The board uses the larger Teensy 3.6-style form factor and keeps the useful Teensy 4.1 peripherals, including a built-in microSD card socket and USB host port. It provides substantial I/O for embedded builds, audio, storage and control applications, but headers are not included and must be purchased and soldered separately.

The lockable version is intended for advanced users moving from prototype to a final secure product. It provides write access to the chip's eFuses so the device can be permanently locked into secure mode; once locked with your unique encryption key, the application code is encrypted and the JTAG debug port is permanently disabled.

Warning: locking this board is a one-way, irreversible process. Setting the fuses incorrectly can permanently brick the device, so the standard Teensy 4.1 is recommended for development and prototyping. Teensyduino software support is noted for sketch development and memory allocation.

Features:

  • Production-grade code security: Write access to the chip's eFuses lets advanced users permanently lock the board into secure mode.
  • Encrypted application code: Once a unique key is programmed and the device is locked, the microcontroller only runs code encrypted with that private key.
  • JTAG lockout: In secure mode, the JTAG debug port is permanently disabled.
  • No Ethernet PHY: Streamlined for secure projects that do not require wired networking.
  • Dual-Issue Superscalar Processor: Can execute two instructions per clock cycle at 600 MHz.
  • Branch Prediction: Learns loops to reduce branch overhead so the branch instruction can run in a single clock cycle.
  • Hardware FPU: Provides hardware acceleration for both 64-bit double and 32-bit float types, including functions such as log(), sin() and cos().
  • Advanced & expandable memory architecture: Uses Tightly Coupled Memory for fast single-cycle access and supports optional bottom-side external memory.
  • Dynamic Clock Scaling: CPU speed can change on the fly without breaking serial baud rates, audio sample rates, delay() or millis().
  • Power On/Off: A dedicated On/Off pin can disable the 3.3V power supply with a pushbutton.
  • RTC Support: The RTC can keep date and time when a coin cell is connected to VBAT.
  • Overclocking: Capable of being overclocked well beyond 600 MHz.
  • microSD Card Socket: Built in.
  • USB Host Port: Built in.

Specifications:

  • Processor: NXP MIMXRT1062DVJ6B
  • Core: ARM Cortex-M7 at 600MHz
  • Package: 196-pin package
  • RAM: 1024K RAM (512K is tightly coupled)
  • Flash: 8 Mbyte Flash (256K reserved for recovery & EEPROM emulation)
  • Board dimensions: 2.4in x 0.7in
  • Typical current consumption: approximately 100mA when running at 600 MHz
  • USB host: USB Host Port
  • Program memory: 2 chips Plus Program Memory
  • Total I/O pins: 55 Total I/O Pins
  • CAN Bus: 3 CAN Bus (1 with CAN FD)
  • I2S digital audio: 2 I2S Digital Audio
  • S/PDIF digital audio: 1 S/PDIF Digital Audio
  • SDIO: 1 SDIO (4 bit) native SD
  • SPI: 3 SPI, all with 16 word FIFO
  • Bottom SMT pad signals: 7 Bottom SMT Pad Signals
  • Serial ports: 8 Serial ports
  • DMA channels: 32 general purpose DMA channels
  • PWM pins: 35 PWM pins
  • Breadboard friendly I/O: 42 Breadboard Friendly I/O
  • Analog inputs: 18 analog inputs
  • Cryptographic acceleration: Cryptographic Acceleration
  • Random number generator: Random Number Generator
  • RTC: RTC for date/time
  • Programmable FlexIO: Programmable FlexIO
  • Pixel processing: Pixel Processing Pipeline
  • Peripheral triggering: Peripheral cross triggering
  • microSD: microSD Card Socket
  • Power management: Power On/Off management
  • External memory expansion: two new locations on the bottom of the board for optional soldering of external memory, allowing you to add up to 16MB of PSRAM or a QSPI flash chip
  • Headers: not included; they must be purchased and soldered separately
  • Ethernet controller: omitted

Suited to high-performance embedded products where code protection, lots of I/O, storage and USB host capability matter more than wired Ethernet.

Jargon buster

Plain-language definitions for the technical terms used above.

ARM Cortex-M7
A family of 32-bit microcontroller processor cores designed for fast embedded applications. Knowing a board uses Cortex-M7 helps indicate it is aimed at more demanding tasks like audio processing, robotics, and high-speed data handling rather than very simple control jobs.
baud
Baud is the signalling rate of a serial connection, often used as the speed setting for UART communication. Matching the baud rate matters because both connected devices must use the same setting for readable data.
branch prediction
A processor feature that guesses which way a program will go at an if-statement or loop so it can keep working without waiting. It helps improve performance in complex code, which is useful for real-time projects that need quick responses.
CAN bus
CAN bus is a reliable two-wire communication network originally designed for vehicles and now common in machinery and robotics. It matters when you need multiple controllers or devices to share status and control messages in a noisy electrical environment.
dual-issue superscalar
A processor design that can start more than one instruction at a time when the code allows it. This matters because it can make programs run faster, especially for calculation-heavy projects, though the speed-up depends on the software.
Dynamic Clock Scaling
A feature that lets the processor change its running speed while the program is operating. This can help balance performance, power use, and heat, especially in projects that only need full speed some of the time.
EEPROM
A type of non-volatile memory that keeps stored data even when power is turned off. In a sensor module, it can be used to store settings or calibration data so they do not need to be re-entered every time.
FIFO
FIFO stands for "first in, first out", a way of handling stored items so the oldest one is read out first, like a queue. In electronics a FIFO is usually a small buffer that temporarily holds data, such as sensor samples or serial bytes, so a processor can collect it in batches instead of reading continuously.
FPU
A floating-point unit is hardware inside a processor that speeds up calculations with decimal numbers. This helps when projects use maths-heavy tasks such as motion sensing, filtering sensor readings, or audio processing.
Headers
Rows of connector contacts on a fixed pitch (commonly 2.54 mm) used to link a board to a breadboard, jumper wires, or another board. They come as male pin headers and female socket headers; when a module ships with pre-soldered headers it can be used straight away, whereas bare pads require soldering the pins yourself.
I2S
I2S is a digital audio interface used to send sound data between chips, such as from a microcontroller to an audio amplifier or DAC. It matters if your project needs cleaner digital audio output than a basic buzzer or PWM signal can provide.
JTAG
JTAG is a hardware debugging and programming interface used to inspect and control chips at a low level. It matters for advanced development because it can help diagnose firmware problems that are hard to see through normal serial output.
Matter
A smart home connectivity standard designed to let devices work across different ecosystems. It matters if you want a project to integrate more easily with platforms such as Apple Home, Google Home, or other Matter-compatible systems.
microcontroller
A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
microSD card
A microSD card is a small removable flash memory card used to store data such as audio, images, logs or program files. Its capacity and formatting (often FAT32 or exFAT) affect how much can be stored and whether the card needs preparing before use.
PWM
Pulse Width Modulation is a way for a digital pin to simulate variable output power by switching on and off very quickly. It matters for controlling things like LED brightness, motor speed, or servo-style signals from a microcontroller pin.
RAM
RAM (random-access memory) is fast, temporary memory a device uses for working data while it is running; in its common volatile form, its contents are lost when power is removed. Some devices offer a mode that applies settings to RAM only, which is handy for testing changes temporarily because they are not stored permanently and disappear at power-off.
RTC
A Real-Time Clock keeps track of time even when the main processor is asleep or powered down, usually with a small backup battery. It matters for data logging and tracking projects that need accurate timestamps.
SPI
A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
tightly coupled memory
A block of memory connected very directly to the processor for fast, predictable access. It matters for timing-sensitive code such as audio, motor control, or data acquisition where delays from ordinary memory access can cause problems.
USB host
A USB host is the side of a USB connection that controls attached devices, like a computer talking to a keyboard or flash drive. This matters because most microcontroller boards are normally USB devices, so adding USB host support lets them use common USB peripherals.
VBAT
VBAT is a backup battery power pin used to keep a small part of a circuit, such as a real-time clock, running when the main power is off. It matters if your project needs to remember the time while the board is shut down.

IMXRT1060 Reference Manual Annotations

User Guide · 31.8 MB · Click any page to view full size

Download PDF

Supplier page — sparkfun.com

Supplier Description · 792.5 KB · Click any page to view full size

Download PDF

MIMXRT1062 Microcontroller Datasheet

Datasheet · 2.6 MB · Click any page to view full size

Download PDF

W25Q64JV-DTR Flash Datasheet

Datasheet · 3.1 MB · Click any page to view full size

Download PDF

ARM Cortex-M7 Technical Reference Manual

Datasheet · 1.2 MB · Click any page to view full size

Download PDF

ARM v7-M Architecture Reference Manual

Datasheet · 5.7 MB · Click any page to view full size

Download PDF
Stella
Stella Expert

Ask me anything about this product

Maddy, co-founder of Little Bird

Need help? We're here for you!

Hi, I'm Maddy. My team and I are ready to help with your order or any questions.