德源科技 
德源科技德源科技
公司簡介訂購方式匯款確認檔案下載 聯絡我們保固說明訂單查詢討論區
電子郵件:

密碼:

忘記密碼
加入會員
  首頁 | 原廠 Arduino® | 特殊服務設計 | 轉接座及轉接板/麵包板 | 開發板/燒錄器/模擬器 | 相容 For Arudino® 週邊及配件 | OKdo系列 | Saleae 系列 | Adafruit 系列 | ArduCam 系列 | Camera 攝像頭 | ROCK 系列 | Debix系列開發板 | Raspberry Pi 樹莓派 | Banana Pi 香蕉派 | BeagleBone 狗骨頭 | M5Stack系列 | Micro:bit (BBC)系列 | NVIDIA Jetson Nano系列 | Pololu 系列 | Pycom 系列 | Seeed 系列 | Sparkfun 系列 | WeMos 系列 | 傳感器 | Cubieboard/CubieTruck系列 | Firefly 系列 | Microduino系列 | Orange Pi 香橙派 | PCB板 | PLC 系列 | Robot 機器人 | UDOO 系列 | RedBearLab 系列 | LattePanda系列 | LittleBits 系列 | Libelium 系列 | Luxonis 相機系列 | PCduino | RobotElectronics 系列 | MageDok 顯示屏 | LCD/LCM/TFT/LVDC | Dimension Engineer 系列 | 通訊模組 | 影音器材(含轉換器) | 線材/連結器/轉換器 | 測量儀器 | 馬達/馬逹控制器/電源模組 | 其他 | 焊接/維修工具 | IC零件 | LED燈-裝飾燈 | 工作站迷你電腦 mini PC | 擴大器 | 雕刻機 | 電池 | 電腦周邊 | 檢定考套件 | 停售商品
  首頁 » 商品目錄 » Sparkfun 系列 » **Teensy » 424114161
商品搜尋 進階
 |  購物車內容  |  結帳   
商品分類
  **Teensy
  *Cable 線材
  *FLIR 系列
  *Intel® Edison
  *IQAudio 系列
  *LED EL 燈條
  *LilyPad系列
  *MyoWare 肌肉系列
  *Qwiic系列
  Alchitry 系列
  Audio
  Camera 攝像頭
  Components
  Educators
  ESPRESSIF (ESP)
  IoT
  Programmers
  Prototyping
  Retail
  Robotics
  Swag
  Tools
  Widgets
  Arduino
  Biometrics
  Breakout Boards
  cellular
  Development Tools
  Drivers
  E-Textiles
  IC
  LCDs
  Product Categories
  Sensors
  空板
  GPS
  Kits
  Wireless
  停售/停產
Arduino
Pololu
Seeed
Sparkfun
robot-electronics
dimensionengineering
libelium
adafruit
udoo
redbearlab
Arducam
goembed
Saleae
okdo
服務台
公司簡介
退換貨服務
訂購方式
聯絡我們
匯款確認
[<< 前一頁]  瀏覽相同分類產品 12 / 24  [下一頁 >>]
▼●Sparkfun 原廠 Teensy 4.0 開發板 (DEV-15583),不含排針
NT$1,400 NT$999
運費NT$50
條碼424114161
產品說明1

※本產品原廠代理從國外進口,有些交期較長,下訂前請詢問!

Sparkfun 原廠 Teensy 4.0

DESCRIPTION

Teensy 4.0 is the latest Teensy, offering the fastest microcontroller and powerful peripherals in the Teensy 1.4 by 0.7 inch form factor. It features an ARM Cortex-M7 processor at 600MHz, with a NXP iMXRT1062 chip, the fastest microcontroller available today. Teensy 4.0 is the same size and shape as Teensy 3.2, and retains compatibility with most of the pin functions on Teensy 3.2.

When running at 600 MHz, Teensy 4.0 consumes approximately 100mA current. Teensy 4.0 provides support for dynamic clock scaling. Unlike traditional microcontrollers, where changing the clock speed causes wrong baud rates and other issues, Teensy 4.0 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.0 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 5 seconds, and turned back on by a brief button press. If a coin cell is connected to VBAT, Teensy 4.0's RTC also continues to keep track of date & time while the power is off. Teensy 4.0 also can also be overclocked, well beyond 600MHz!

The ARM Cortex-M7 brings many powerful CPU features to a true real-time microcontroller platform. 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. 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. 512K 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.0'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.0 executes all of these with FPU hardware.

Note: Please be aware that the Teensy 4.0 does not include headers and will need to be purchased separately and soldered on yourself.

Teensy 4.0


FEATURES

  • ARM Cortex-M7 at 600MHz
  • 1024K RAM (512K is tightly coupled)
  • 2048K Flash (64K reserved for recovery & EEPROM emulation)
  • 2 USB ports, both 480MBit/sec
  • 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
  • 3 I2C, all with 4 byte FIFO
  • 7 Serial, all with 4 byte FIFO
  • 32 general purpose DMA channels
  • 31 PWM pins
  • 40 digital pins, all interrrupt capable
  • 14 analog pins, 2 ADCs on chip
  • Cryptographic Acceleration
  • Random Number Generator
  • RTC for date/time
  • Programmable FlexIO
  • Pixel Processing Pipeline
  • Peripheral cross triggering
  • Power On/Off management

Teensy 4.0


產品圖片

 

相關文件

 

 

問與答

目前沒有任何商品問答!
本商品上架日期:2014-06-11.
評價
建議購買的商品清單!可以參考看看喔
▼Sparkfun原廠 Teensy 4.1 開發板 (DEV-16771),不含排針
▼Sparkfun原廠 Teensy 4.1 開發板 (DEV-16771),不含排針
●L298N 電機驅動板模組 直流步進電機 For Arduino®
●L298N 電機驅動板模組 直流步進電機 For Arduino®
11.1V 3S 4200mah 25C 航模鋰電池 動力鋰電池 (3號接頭:EC2-母頭)
11.1V 3S 4200mah 25C 航模鋰電池 動力鋰電池 (3號接頭:EC2-母頭)
全向輪智能小車 60mm萬向輪 麥克納姆輪 4WD 四輪 (全套底盤(含藍芽電控電池套件)
全向輪智能小車 60mm萬向輪 麥克納姆輪 4WD 四輪 (全套底盤(含藍芽電控電池套件)
購物車 更多
1 x $ 戰艦V3 STM32F103開發板(套餐32)配3.5寸TFT屏+ST-LINK仿真器/下載器 超ARM7 51 AVR
1 x ●(特價*/現貨) Nano Proto Board 開發板/洞洞板+時鐘模塊,RedBearLab 原廠(台灣獨家代理)
1 x B0167,Arducam原廠 PTZ Pan Tilt Zoom Camera 變焦相機控制器 For樹莓派
1 x 新款 DIY電子套件 眼球盒子 可編程玩具 手機控制 創意禮品(單個)
1 x ●帶底板SX1278 LORA模塊安信可LORA RA-02 LORA
1 x ●MSP430 MSP-EXP430G2開發板Launch Pad配IDE Energia取代Arduino
1 x (學生價)NanoPC-T3 Plus 工業級卡片電腦 S5P6818開發板 2GB 八核 A53
1 x M12鏡頭 大視角 8mm焦距(WS0698012),兼容Raspberry Pi HQ Camera M12 樹莓派系列主板
1 x >(停產)2017版 BeagleBone Black Wireless 狗骨頭 BBB 無線版 (DEV-14162),DC供
1 x ▼ALIENTEK (MCU屏 4.3寸) TFT LCD 電容觸摸 液晶屏模塊 800*480 戰艦/探索者/阿波羅
1 x PIC 16F877A TQFP
1 x *遠距離 1000米無線遙控器 (下單備註:可選 1鍵/2鍵/3鍵/4鍵) 315M頻率 單片機
1 x 型號:B0317,ArduCAM 原廠 USB3.0 Camera Shield Plus 底板( Rev.C )攝像頭轉接板
1 x Pcie轉接卡 Mini PCI-E轉 單槽PCI 插槽擴展卡 支持採集卡 金稅卡 聲卡 需供電
1 x (現貨) FLIR Lepton 開發套件V1.4 底板 (不含鏡頭) (250-0587-00)
1 x LED七彩燈控制器RGB控制器燈條控制器含遙控器12v迷你手動控制(44鍵紅外控制器)
1 x HM32 3.2A 發那科FANUC 日本大東Daito保險絲直插
1 x 樹莓派 Pi 5B 8GB【PI5-8GB Dual-Camera Kit B/pi5B視覺套件B 含800萬攝像頭120度】
1 x TSXPCX3030-C / 施耐德Twido/Premium系列PLC編程電纜
1 x &●【加購】:(4個1標) M3*60 雙通銅柱 雙母(內螺紋)六角銅柱,樹莓派外殼 替換加高高度
1 x ARM嵌入式學習板單片機實驗開發板慧淨STM32 ARM轉接板送教程
1 x Circuit Setup Energy Meter Board(DEV-16846)
1 x 39SF/VF020
1 x ▼(新版SA9023芯片) TE7022 24BIT/96KHz USB轉同軸/I2S輸出板 最新win7 64位驅動
1 x (停產)Arducam原廠 USB2 Camera轉接板(Rev.D) USB2.0 Camera Shield(B0095)
1 x $ 啟智燧石 Anvyl_FND FPGA開發板/學習板 Digilent Xilinx 91FPGA
1 x ●電流電壓信號發生器 4-20mA/0-10V 信號源 變送器 / 小型電流電壓信號發生器HV300
1 x 12C5410AD
1 x ●AD7705 雙路16位ADC數據採集模塊(不焊4pin),輸入增益可編程SPI接口
NT$1,081,157
查詢訂單狀態
 
請輸入您的訂單編號
商品通知狀態 更多
通知▼●Sparkfun 原廠 Teensy 4.0 開發板 (DEV-15583),不含排針
更新時通知我
推薦給朋友
 
推薦這個商品給朋友

聯絡方式:手機:0933807110 或 0968222607
E-mail:[email protected](主要信箱) & [email protected](次要) & [email protected] & [email protected] & [email protected]