SparkFun
Teensy 4.1 Lockable Without Ethernet
· MPN: DEV-28370
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...
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.
- 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.
- 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.
- 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” and is a small memory buffer inside the sensor that stores recent readings in order. This matters because it can help capture motion data without the microcontroller needing to read the sensor every single instant.
- 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 metal pins used to plug a module into a breadboard or connect it with jumper wires. Pre-soldered headers make the module easier to use straight away without needing to solder 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 chip that runs your program and controls connected inputs and outputs. For this product, it is the part that reads buttons and sensors, drives the display and speaker, and communicates over Bluetooth.
- microSD card
- A microSD card is a small removable memory card used to store files such as audio tracks. For this product, the card is where the sound files live, so its capacity and formatting can affect how many sounds you can 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 is temporary memory used while a device is running, and its contents are lost when power is removed. A “Run in RAM” mode is useful for testing settings without permanently programming the module, but it may not support every feature.
- 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.
- 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.
Find this product in
IMXRT1060 Reference Manual Annotations
User Guide · 31.8 MB · Click any page to view full size
Supplier page — sparkfun.com
Supplier Description · 792.5 KB · Click any page to view full size
MIMXRT1062 Microcontroller Datasheet
Datasheet · 2.6 MB · Click any page to view full size
W25Q64JV-DTR Flash Datasheet
Datasheet · 3.1 MB · Click any page to view full size
ARM Cortex-M7 Technical Reference Manual
Datasheet · 1.2 MB · Click any page to view full size
ARM v7-M Architecture Reference Manual
Datasheet · 5.7 MB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more