[物聯汪汪] 含稅附發票~原廠 SparkFun Teensy 4.0
正品保障
7天退換
免運費
[物聯汪汪] 含稅附發票~原廠 SparkFun Teensy 4.0
$1,040.00
🏪
配送
標準配送
🚚
運費
$0.00
📦
預估
3 天
商品特色 詳盡技術資料請見原廠或供應商 https://www.sparkfun.com/products/15583 [ https://www.sparkfun.com/products/15583 ] 料號:DEV-15583 (不帶針腳)Teensy 4.0 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.Features:ARM Cortex-M7 at 600MHz1024K RAM (512K is tightly coupled)2048K Flash (64K reserved for recovery & EEPROM emulation)2 USB ports, both 480MBit/sec3 CAN Bus (1 with CAN FD)2 I2S Digital Audio1 S/PDIF Digital Audio1 SDIO (4 bit) native SD3 SPI, all with 16 word FIFO3 I2C, all with 4 byte FIFO7 Serial, all with 4 byte FIFO32 general purpose DMA channels31 PWM pins40 digital pins, all interrrupt capable14 analog pins, 2 ADCs on chipCryptographic AccelerationRandom Number GeneratorRTC for date/timeProgrammable FlexIOPixel Processing PipelinePeripheral cross triggeringPower On/Off managementDocuments:Datasheet [ https://cdn.sparkfun.com/assets/3/5/3/7/3/IMXRT1060CEC_rev0_1.pdf ] (MIMXRT1062 DVL6A)Manual [ https://www.pjrc.com/teensy/IMXRT1060RM_rev1.pdf ] (MIMXRT1062 DVL6A)Datasheet [ https://cdn.sparkfun.com/assets/0/8/c/6/0/W25Q16JV_DTR_revD.pdf ] (W25Q16JV-DTR)Teensy Quick Start [ http://www.pjrc.com/teensy/first_use.html ]Teensyduino Software [ http://www.pjrc.com/teensy/teensyduino.html ]Pin Assignment ChartsFront [ https://cdn.sparkfun.com/assets/7/f/3/c/5/teensy40_pinout1.png ]Back [ https://cdn.sparkfun.com/assets/a/c/d/0/9/teensy40_pinout2.png ]Teensy Help Page and FAQ [ https://www.pjrc.com/teensy/troubleshoot.html ]詳盡技術資料請見原廠或供應商 https://www.sparkfun.com/products/16997 [ https://www.sparkfun.com/products/16997 ] 料號:DEV-16997 (帶針腳)Teensy 4.0 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. The best part of this version of Teensy 4.0 is that it includes headers already attached. No soldering is required allowing you to get started as quickly as possible!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.Features:ARM Cortex-M7 at 600MHz1024K RAM (512K is tightly coupled)2048K Flash (64K reserved for recovery & EEPROM emulation)2 USB ports, both 480MBit/sec3 CAN Bus (1 with CAN FD)2 I2S Digital Audio1 S/PDIF Digital Audio1 SDIO (4 bit) native SD3 SPI, all with 16 word FIFO3 I2C, all with 4 byte FIFO7 Serial, all with 4 byte FIFO32 general purpose DMA channels31 PWM pins40 digital pins, all interrrupt capable14 analog pins, 2 ADCs on chipCryptographic AccelerationRandom Number GeneratorRTC for date/timeProgrammable FlexIOPixel Processing PipelinePeripheral cross triggeringPower On/Off managementPre-soldered Male HeadersDocuments:Datasheet [ https://cdn.sparkfun.com/assets/3/5/3/7/3/IMXRT1060CEC_rev0_1.pdf ] (MIMXRT1062 DVL6A)Manual [ https://www.pjrc.com/teensy/IMXRT1060RM_rev1.pdf ] (MIMXRT1062 DVL6A)Datasheet [ https://cdn.sparkfun.com/assets/0/8/c/6/0/W25Q16JV_DTR_revD.pdf ] (W25Q16JV-DTR)Teensy Quick Start [ http://www.pjrc.com/teensy/first_use.html ]Teensyduino Software [ http://www.pjrc.com/teensy/teensyduino.html ]Pin Assignment ChartsFront [ https://cdn.sparkfun.com/assets/7/f/3/c/5/teensy40_pinout1.png ]Back [ https://cdn.sparkfun.com/assets/a/c/d/0/9/teensy40_pinout2.png ]Teensy Help Page and FAQ [ https://www.pjrc.com/teensy/troubleshoot.html ] 評價 商品問與答