전체상품목록 바로가기

본문 바로가기

탑오픈배너

현재 위치
  1. 전자키트
  2. ARM
공급사 바로가기
다음 제품 보기 이전상품

기본 정보
상품명 [DEV-20360] Teensy 4.1 without Ethernet (Headers) 틴지보드 4.1 이더넷 기능 제외 버전 MIMXRT1062 DVL6A 칩장착
상품요약정보 헤더핀 납땜타입, 32 bit ARM Cortex-M7칩인 MIMXRT1062 DVL6A칩을 아두이노 스케치 프로그램에서 사용
판매가 137,500원
제조사 Sparkfun
원산지 해외
적립금 1,370원 (1%)
상품코드 P000BSLN
배송방법 택배
배송비 3,500원 (150,000원 이상 구매 시 무료)
수량 수량증가수량감소
SNS 상품홍보
SNS 상품홍보

개인결제창을 통한 결제 시 네이버 마일리지 적립 및 사용이 가능합니다.

상품 옵션
옵션 선택

(최소주문수량 1개 이상 / 최대주문수량 0개 이하)

사이즈 가이드

수량을 선택해주세요.

위 옵션선택 박스를 선택하시면 아래에 상품이 추가됩니다.

상품 목록
상품명 상품수 가격
[DEV-20360] Teensy 4.1 without Ethernet (Headers) 틴지보드 4.1 이더넷 기능 제외 버전 MIMXRT1062 DVL6A 칩장착 수량증가 수량감소 137500 (  1370)
총 상품금액(수량) : 0 (0개)
바로구매하기예약주문
장바구니 담기 SOLD OUT 관심상품등록

이벤트

이 상품을 구매하신 분들은 아래상품도 함께 구매하셨습니다.

상품상세정보

*Sparkfun 제품은 해외배송 입니다

배송기간 이 약 2주 소요 됩니다

해외배송 제품은 주문 후 취소가 불가능 합니다
교환,반품,기술지원 이 불가능 합니다

구매전 이점 꼭 확인해 주세요*


Description:

The Teensy 4.1 is the newest iteration of the astoundingly popular development platform that features an ARM Cortex-M7 processor at 600MHz, with a NXP iMXRT1062 chip, four times larger flash memory than the 4.0, and two new locations to optionally add more memory. The Teensy 4.1 is the same size and shape as the Teensy 3.6 (2.4in by 0.7in), and provides greater I/O capability, including an SD card socket, and USB host port. The best part of this version of Teensy 4.1 is that it includes headers already attached. No soldering is required allowing you to get started as quickly as possible! Please keep in mind that this Teensy 4.1 does not have Ethernet capabilities.

When running at 600 MHz, the Teensy 4.1 consumes approximately 100mA current and provides support for dynamic clock scaling. Unlike traditional microcontrollers, where changing the clock speed causes wrong baud rates and other issues, Teensy 4.1 hardware and Teensyduino's software support for Arduino timing functions are designed to allow dynamically speed changes. Serial baud rates, audio streaming sample rates, and Arduino functions like delay() and millis(), and Teensyduino's extensions like IntervalTimer and elapsedMillis, continue to work properly while the CPU changes speed. Teensy 4.1 also provides a power shut off feature. By connecting a pushbutton to the On/Off pin, the 3.3V power supply can be completely disabled by holding the button for five seconds, and turned back on by a brief button press. If a coin cell is connected to VBAT, Teensy 4.1's RTC also continues to keep track of date & time while the power is off. Teensy 4.1 also can also be overclocked, well beyond 600MHz!

The ARM Cortex-M7 brings many powerful CPU features to a true real-time microcontroller platform. The Cortex-M7 is a dual-issue superscaler processor, meaning the M7 can execute two instructions per clock cycle, at 600MHz! Of course, executing two simultaneously depends upon the compiler ordering instructions and registers. Initial benchmarks have shown C++ code compiled by Arduino tends to achieve two instructions about 40% to 50% of the time while performing numerically intensive work using integers and pointers. The Cortex-M7 is the first ARM microcontroller to use branch prediction. On M4, loops and other code which much branch take three clock cycles. With M7, after a loop has executed a few times, the branch prediction removes that overhead, allowing the branch instruction to run in only a single clock cycle.

Tightly Coupled Memory is a special feature which allows Cortex-M7 fast single cycle access to memory using a pair of 64 bit wide buses. The ITCM bus provides a 64 bit path to fetch instructions. The DTCM bus is actually a pair of 32 bit paths, allowing M7 to perform up to two separate memory accesses in the same cycle. These extremely high speed buses are separate from M7's main AXI bus, which accesses other memory and peripherals. 512 of memory can be accessed as tightly coupled memory. Teensyduino automatically allocates your Arduino sketch code into ITCM and all non-malloc memory use to the fast DTCM, unless you add extra keywords to override the optimized default. Memory not accessed on the tightly coupled buses is optimized for DMA access by peripherals. Because the bulk of M7's memory access is done on the two tightly coupled buses, powerful DMA-based peripherals have excellent access to the non-TCM memory for highly efficient I/O.

Teensy 4.1's Cortex-M7 processor includes a floating point unit (FPU) which supports both 64 bit "double" and 32 bit "float". With M4's FPU on Teensy 3.5 & 3.6, and also Atmel SAMD51 chips, only 32 bit float is hardware accelerated. Any use of double, double functions like log(), sin(), cos() means slow software implemented math. Teensy 4.1 executes all of these with FPU hardware.

Note: This Teensy 4.1 does not have Ethernet capabilities.


Features:

  • ARM Cortex-M7 at 600MHz
  • 1024K RAM (512K is tightly coupled)
  • 8 Mbyte Flash (64K reserved for recovery & EEPROM emulation)
  • USB Host Port
  • 2 chips Plus Program Memory
  • 55 Total I/O Pins
  • 3 CAN Bus (1 with CAN FD)
  • 2 I2S Digital Audio
  • 1 S/PDIF Digital Audio
  • 1 SDIO (4 bit) native SD
  • 3 SPI, all with 16 word FIFO
  • 7 Bottom SMT Pad Signals
  • 8 Serial ports
  • 32 general purpose DMA channels
  • 35 PWM pins
  • 42 Breadboard Friendly I/O
  • 18 analog inputs
  • Cryptographic Acceleration
  • Random Number Generator
  • RTC for date/time
  • Programmable FlexIO
  • Pixel Processing Pipeline
  • Peripheral cross triggering
  • microSD Card Socket
  • Power On/Off management
  • Pre-soldered Male Headers


    Documents:



    상품사용후기

    상품의 사용후기를 적어주세요.

    게시물이 없습니다

    상품후기쓰기 모두 보기

    상품 Q&A

    상품에 대해 궁금한 점을 해결해 드립니다.

    게시물이 없습니다

    상품문의하기 모두 보기

    상품결제정보

    고액결제의 경우 안전을 위해 카드사에서 확인전화를 드릴 수도 있습니다. 확인과정에서 도난 카드의 사용이나 타인 명의의 주문등 정상적인 주문이 아니라고 판단될 경우 임의로 주문을 보류 또는 취소할 수 있습니다.  

    무통장 입금은 상품 구매 대금은 PC뱅킹, 인터넷뱅킹, 텔레뱅킹 혹은 가까운 은행에서 직접 입금하시면 됩니다.  
    주문시 입력한 입금자명과 실제입금자의 성명이 반드시 일치하여야 하며, 7일 이내로 입금을 하셔야 하며 입금되지 않은 주문은 자동취소 됩니다.

    배송정보

    • 배송 방법 : 택배
    • 배송 지역 : 전국지역
    • 배송 비용 : 3,500원
    • 배송 기간 : 2일 ~ 3일
    • 배송 안내 : - 산간벽지나 도서지방은 별도의 추가금액을 지불하셔야 하는 경우가 있습니다.
      고객님께서 주문하신 상품은 입금 확인후 배송해 드립니다. 다만, 상품종류에 따라서 상품의 배송이 다소 지연될 수 있습니다.

    교환 및 반품정보

    교환 및 반품이 가능한 경우
    - 상품을 공급 받으신 날로부터 7일이내 단, 가전제품의
      경우 포장을 개봉하였거나 포장이 훼손되어 상품가치가 상실된 경우에는 교환/반품이 불가능합니다.
    - 공급받으신 상품 및 용역의 내용이 표시.광고 내용과
      다르거나 다르게 이행된 경우에는 공급받은 날로부터 3월이내, 그사실을 알게 된 날로부터 30일이내

    교환 및 반품이 불가능한 경우
    - 고객님의 책임 있는 사유로 상품등이 멸실 또는 훼손된 경우. 단, 상품의 내용을 확인하기 위하여
      포장 등을 훼손한 경우는 제외
    - 포장을 개봉하였거나 포장이 훼손되어 상품가치가 상실된 경우
      (예 : 가전제품, 식품, 음반 등, 단 액정화면이 부착된 노트북, LCD모니터, 디지털 카메라 등의 불량화소에
      따른 반품/교환은 제조사 기준에 따릅니다.)
    - 고객님의 사용 또는 일부 소비에 의하여 상품의 가치가 현저히 감소한 경우 단, 화장품등의 경우 시용제품을
      제공한 경우에 한 합니다.
    - 시간의 경과에 의하여 재판매가 곤란할 정도로 상품등의 가치가 현저히 감소한 경우
    - 복제가 가능한 상품등의 포장을 훼손한 경우
      (자세한 내용은 고객만족센터 1:1 E-MAIL상담을 이용해 주시기 바랍니다.)

    ※ 고객님의 마음이 바뀌어 교환, 반품을 하실 경우 상품반송 비용은 고객님께서 부담하셔야 합니다.
      (색상 교환, 사이즈 교환 등 포함)

    서비스문의

    HISTORY

    이전 제품  다음 제품