SMARC-Module – Das High-End unter den Small-Formfactor COMPUTER-ON-MODULES
Die technischen Highlights von SMARC 2.1
Die technischen Highlights von SMARC 2.1
Mit der Definition von bis zu 4x Schnittstellen und 4x MIPI CSI erfüllt SMARC 2.1 die wachsende Nachfrage nach einer Fusion von Embedded Computing und Embedded Vision. Bis zu 4x Gbit Ethernet, die Unterstützung des hardwarebasierten IEEE 1588 Precision Time Protocol (PTP) und die Möglichkeit, drahtlose Schnittstellen wie WLAN und Bluetooth direkt vom Modul aus zu hosten, machen diesen Standard zur idealen Wahl für jede IoT-verbundene industrielle Anwendung. Und dank der Unterstützung des CAN-Bus ist SMARC auch bestens für Fahrzeuganwendungen geeignet.
All diese Funktionen machen SMARC zur besten Wahl für die nächste Generation von kleinen Formfaktor-Designs auf Basis von energieeffizienten x86- oder Arm-Prozessoren.
Intelligenter Modulstandard für leistungsstarke Anwendungen im kleinen Formfaktor
Der SMARC Computer-on-Module-Standard, der von der SGET definiert wurde richtet sich an die High-End-Anforderungen von platzbeschränkten, energieeffizienten Anwendungen. SMARC-Module sind sowohl mit x86-Technologie als auch mit Arm-basierten SoCs erhältlich. Mit seinem 314-poligen Anschluss unterstützt SMARC eine Vielzahl von Schnittstellen, trotz seines kleinen Formfaktors von lediglich 82 mm × 50 mm.
All diese Funktionen machen SMARC zur besten Wahl für die nächste Generation von kleinen Formfaktor-Designs auf Basis von energieeffizienten x86- oder Arm-Prozessoren.
Intelligenter Modulstandard für leistungsstarke Anwendungen im kleinen Formfaktor
Der SMARC Computer-on-Module-Standard, der von der SGET definiert wurde richtet sich an die High-End-Anforderungen von platzbeschränkten, energieeffizienten Anwendungen. SMARC-Module sind sowohl mit x86-Technologie als auch mit Arm-basierten SoCs erhältlich. Mit seinem 314-poligen Anschluss unterstützt SMARC eine Vielzahl von Schnittstellen, trotz seines kleinen Formfaktors von lediglich 82 mm × 50 mm.
SMARC®
congatec conga-STDA4 - SMARC CPU-Modul SMARC Module based on TI Jacinto™ 7 Processors TDA4VM and DRA829J
.product-menu-page {
font-family: 'Ubuntu', sans-serif;
color: #3f4c58;
}
.text_bold {
font-weight: bolder;
}
.product-menu-page {
display: none;
}
.product-menu-page:target {
display: block;
}
.head_sec {
background-color: #e9e9f0;
color: #4B70B2;}
.col_a {
background-color: #798490;
}
.head_subsec {color: CornflowerBlue;
padding-top: 10px;padding-left: 10px;
padding-right: 25px;
vertical-align: bottom;
}
.chead {
border: 1px solid Lavender;
font-size: 90%;
font-weight: bolder;}
.ckey {
width: 25%;white-space: nowrap;text-align: left;font-size: 90%;
font-weight: bolder;
border: 1px solid Lavender;word-break: break-word;
}
.copt {
width: 25%;text-align: left;font-size: 90%;
font-weight: bolder;
border: 1px solid Lavender;word-break: break-word;
}
.cval {
width: auto;text-align: left;
border: 1px solid Lavender;
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;}
.rowspecsim {
font-size: 110%;
white-space: nowrap;text-align: left;
}
.column_1 {
width: 250px;white-space: nowrap;text-align: left;
}
.column_2 {
width: 250px;white-space: nowrap;text-align: left;
}
table {
margin-top: 10px;
width: 100%;
border-collapse: collapse;
table-layout: fixed;
}
th, td {
border: 1px solid White;text-align: left;
word-break: break-word;
font-size: 100%;
line-height: 1.5;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
}
th {
font-size: 90%;
padding-left: 25px;
}
td {
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
#prod_kf {
font-size: 100%;width: 100%;}
#prod_spec {
font-size: 100%;word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
#prod_spec_embed {
word-break: break-word;
font-size: 90%;
padding-top: 10px;width: 100%;}
#prod_disc {
font-size: 90%;
width: 100%;}
#prod_cpo {font-size: 90%;
width: 100%;
word-break: break-word;
}
#prod_var {
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
congatec conga-STDA4 - SMARC CPU-ModulSMARC Module based on TI Jacinto™ 7 Processors TDA4VM and DRA829J
Beispiel Menü
/* CSS-Variable für die Breite der schwarzen Buttons */
:root {
--black-button-width: 120px;
}
/* Menüleiste: Flexbox für gleichmäßig verteilte Menüeinträge */
ul.menu {
list-style-type: none;
margin: 0;
padding: 0;
background-color: white;
overflow: hidden;
font-family: 'Ubuntu', sans-serif;
display: flex; /* Flexbox */
width: 100%;
}
/* Menüeinträge */
li.menu-item {
padding: 0;
text-align: center;
border-right: 5px solid white;
display: block;
text-align: center;
text-decoration: none;
border-radius: 3px;
transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}
li.menu-item a {
display: block;
color: white;
text-align: center;
text-decoration: none;
padding: 10px 20px;
font-size: 16px;
font-weight: 500;
border-radius: 3px;
transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}
/* Stretch-Element */
.stretch {
flex-grow: 1;
height: 30px;
}
li.menu-item a:hover {
color: black !important; /* Ensures text color change on hover */
background-color: #f7c13d !important; /* Ensures background color change on hover */
}
/* Aktiver Menüeintrag: Hintergrundfarbe und Schriftgewicht bei Aktivierung */
li.menu-item a:active {
color: #2b3136; /* Textfarbe beim aktiven Zustand */
font-weight: bolder; /* Fettere Schrift */
background-color: CornflowerBlue; /* Hintergrundfarbe beim aktiven Zustand */
}
Datenblatt
Handbuch
System Integration
Unverbindliche Beratung: +49(0)7665 9390 185
ÜbersichtKey FeaturesHeterogenous architecture with dual Arm® Cortex®-A72, DSP and accelerators for deep learning and multimediaArm® Cortex®-R5F MCUs to offload real-time communicationHighest reliability for harsh environment applicationsIndustrial temperature range -40°C .. +85°CSpezifikationFormfactorSMARCCPUTI DRA829J(2x 2.0GHz ARM Cortex-A72, 6x 1.0GHz ARM Cortex-R5F)TI TDA4VM(2x 2.0GHz ARM Cortex-A72, 6x 1.0GHz ARM Cortex-R5F)DRAMUp to 8 GB onboard LPDDR4x memory | 3733 MT/s | inline ECCUp to 8 MB of on-chip L3 RAM with ECC and coherency | 512KB on-chip SRAM in MAIN domain, protected by ECCEthernet2x Gbit Ethernet with IEEE 1588 supportI/O Interfaces1 x dual-role USB 2.02 x USB 2.02 x USB 3.01 x SDIO 3.02x PCIe 3.0 x1 + 1x PCIe 3.0 x2 or up to 4x PCIe 3.0 x1 |2 x GP I²C2 x SPI4 x UART (2x with Handshake)2 x CAN FD14 x GPIOsoptional full industrial onboard UbloxWiFi/BT module2 x I2SMass storageeMMC 5.1 up to 128 GB configurable as pseudo-SLCGraphicsIntegrated in SoC | Graphics Accelerator 3D GPU PowerVR Rogue 8XE GE8430 | up to 1x Ultra-HD or 4x Full-HD 60fps display resolution | Up to 4 concurrent displays | VPU up to 4k60p H.264/H.265 decode / 1080p60 H.264 encode | OpenGL ES 3.1 | OpenVX | OpenCLSecurityCustomer programmable root key, up to RSA-4K or ECC-512 | Crypto hardware accelerators, PKA with ECC, AES, SHA, RNG, DES and 3DES | Secure boot with secure runtime support | SHE, Encryption Engine AES-128, AES-256, TRNG, SHA-1, SHA-2, SHA-256, MD-5 | RSA-Boot LoaderU-Boot boot loaderOperating SystemsLinuxQNXRTOSTemperatureIndustrial: Operating: -40 to +85°C | Storage: -40 to +85°CCommercial: Operating: 0 to +60°C | Storage: -40 to +85°CHumidityOperating: 10 to 90% r. H. non cond. / Storage 5 to 95% r. H. non cond.Video Interfaces1x dual channel 24-bit LVDS | 1x Display Port 1.4 supports up to 4 1080p60 displays via MST | optional 1x MIPI-DSI 4-lane shared with LVDS | 2x MIPI-CSI | up to 2x integrated Image Signal Processor (ISP) for MIPI-CSI camera on TDV4VMFeaturesWatchdog TimerConsole PortHigh Precision Real Time ClockAI & Deep LearningDeep-learning Matrix Multiply Accelerator Accelerators (MMA) with up to 8 TOPS (8b)C7x floating point, vector DSP with up to 80 GFLOPsVision Processing Accelerators (VPAC) with Image Signal Processor (ISP) and multiple vision assist acceleratorsDepth and Motion Processing Accelerators (DMPAC)Size82 x 50 mm (3,23” x 1,97”)Produktvarianten / Zubehör051520conga-STDA4/i-TDA4VM-2G eMMC32 MAYA-W160SMARC Module based on high-performance industrial TI TDA4VM Arm® Application processor. Features 2x ARM Cortex-A72 @ 2.0GHz + 6x ARM Cortex-R5F + 8 TOPS MMA (deep-learning matrix multiply accelerator), 4GB onboard LPDDR4x memory and 32GB onboard eMMC. Features Ublox Wifi/BT module MAYA-W260. Industrial grade temperature range from -40°C to 85°C.051510conga-STDA4/i-TDA4VM-4G eMMC32SMARC Module based on high-performance industrial TI TDA4VM Arm® Application processor. Features 2x ARM Cortex-A72 @ 2.0GHz + 6x ARM Cortex-R5F + 8 TOPS MMA (deep-learning matrix multiply accelerator), 4GB onboard LPDDR4x memory and 32GB onboard eMMC. Industrial grade temperature range from -40°C to +85°C.051511conga-STDA4/i-TDA4VM-2G eMMC32SMARC Module based on high-performance industrial TI TDA4VM Arm® Application processor. Features 2x ARM Cortex-A72 @ 2.0GHz + 6x ARM Cortex-R5F + 8 TOPS MMA (deep-learning matrix multiply accelerator), 2GB onboard LPDDR4x memory and 32GB onboard eMMC. Industrial grade temperature range from -40°C to +85°C.051512conga-STDA4/i-DRA829J-4G eMMC32SMARC Module based on high-performance industrial TI DRA829J Arm® Networking processor. Features 2x ARM Cortex-A72 @ 2.0GHz + 6x ARM Cortex-R5F + 8 TOPS MMA (deep-learning matrix multiply accelerator), 4GB onboard LPDDR4x memory and 32GB onboard eMMC. Industrial grade temperature range from -40°C to +85°C.051513conga-STDA4/i-DRA829J-2G eMMC32SMARC Module based on high-performance industrial TI DRA829J Arm® Networking processor. Features 2x ARM Cortex-A72 @ 2.0GHz + 6x ARM Cortex-R5F + 8 TOPS MMA (deep-learning matrix multiply accelerator), 2GB onboard LPDDR4x memory and 32GB onboard eMMC. Industrial grade temperature range from -40°C to +85°CZubehör051550conga-STDA4/CSP-BPassive cooling solution for SMARC Module conga-STDA4 based onTI ARM Jacinto 7 ARM processor. All standoffs are with 2.7 mm bore hole.051551conga-STDA4/HSP-BStandard heats preaderfor SMARC Module conga-STDA4 based onTI ARM Jacinto 7 ARM processor. All standoffs are with 2.7 mm bore hole.050060conga-SMARC/CSA AdapterActive cooling solution adapter for SMARC 2.1 modules used in combination with module heat spreader.007010conga-SEVALEvaluation Carrier Board for SMARC 2.0 modules.020750conga-SMC1/SMARC-ARMCompact sized SMARC 2.0 Carrier Board for ARM based SMARC Modules27000001Design-In TrainingDesign-Training to develop carrier boards for Computer on ModulesBitte stellen Sie sicher, dass Sie stets die aktuellsten Version der Produktspezifikationen des Herstellers verwenden. Hersteller-Produktseite: conga-STDA4MCTX Mobile & Embedded Computers GmbH IST UM DIE RICHTIGKEIT UND AKTUALITÄT DER DATEN AUF DIESER WEBSEITE BEMÜHT, ÜBERNIMMT JEDOCH KEINERLEI ZUSICHERUNG BEZÜGLICH DES INHALTS. EINE HAFTUNG ODER GARANTIE FÜR DIE AKTUALITÄT, RICHTIGKEIT UND VOLLSTÄNDIGKEIT DER ZUR VERFÜGUNG GESTELLTEN INFORMATIONEN IST FOLGLICH AUSGESCHLOSSEN.Technische Unterstützung & System Integration Services
Alle Dokumente auf dieser Seite werden ohne Benachrichtigung aktualisiert.DatenblattHandbuch
Preis auf Anfrage
congatec conga-SMX95 - SMARC CPU-Modul SMARC 2.1 module based on NXP i.MX 95 processor series with up to 6-core ARM Cortex-A55 & NXP eIQ® Neutron NPU
.product-menu-page {
font-family: 'Ubuntu', sans-serif;
color: #3f4c58;
}
.text_bold {
font-weight: bolder;
}
.product-menu-page {
display: none;
}
.product-menu-page:target {
display: block;
}
.head_sec {
background-color: #e9e9f0;
color: #4B70B2;}
.col_a {
background-color: #798490;
}
.head_subsec {color: CornflowerBlue;
padding-top: 10px;padding-left: 10px;
padding-right: 25px;
vertical-align: bottom;
}
.chead {
border: 1px solid Lavender;
font-size: 90%;
font-weight: bolder;}
.ckey {
width: 25%;white-space: nowrap;text-align: left;font-size: 90%;
font-weight: bolder;
border: 1px solid Lavender;word-break: break-word;
}
.copt {
width: 25%;text-align: left;font-size: 90%;
font-weight: bolder;
border: 1px solid Lavender;word-break: break-word;
}
.cval {
width: auto;text-align: left;
border: 1px solid Lavender;
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;}
.rowspecsim {
font-size: 110%;
white-space: nowrap;text-align: left;
}
.column_1 {
width: 250px;white-space: nowrap;text-align: left;
}
.column_2 {
width: 250px;white-space: nowrap;text-align: left;
}
table {
margin-top: 10px;
width: 100%;
border-collapse: collapse;
table-layout: fixed;
}
th, td {
border: 1px solid White;text-align: left;
word-break: break-word;
font-size: 100%;
line-height: 1.5;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
}
th {
font-size: 90%;
padding-left: 25px;
}
td {
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
#prod_kf {
font-size: 100%;width: 100%;}
#prod_spec {
font-size: 100%;word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
#prod_spec_embed {
word-break: break-word;
font-size: 90%;
padding-top: 10px;width: 100%;}
#prod_disc {
font-size: 90%;
width: 100%;}
#prod_cpo {font-size: 90%;
width: 100%;
word-break: break-word;
}
#prod_var {
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
congatec conga-SMX95 - SMARC CPU-ModulSMARC 2.1 module based on NXP i.MX 95 processor series with up to 6-core ARM Cortex-A55 & NXP eIQ® Neutron NPU
Beispiel Menü
/* CSS-Variable für die Breite der schwarzen Buttons */
:root {
--black-button-width: 120px;
}
/* Menüleiste: Flexbox für gleichmäßig verteilte Menüeinträge */
ul.menu {
list-style-type: none;
margin: 0;
padding: 0;
background-color: white;
overflow: hidden;
font-family: 'Ubuntu', sans-serif;
display: flex; /* Flexbox */
width: 100%;
}
/* Menüeinträge */
li.menu-item {
padding: 0;
text-align: center;
border-right: 5px solid white;
display: block;
text-align: center;
text-decoration: none;
border-radius: 3px;
transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}
li.menu-item a {
display: block;
color: white;
text-align: center;
text-decoration: none;
padding: 10px 20px;
font-size: 16px;
font-weight: 500;
border-radius: 3px;
transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}
/* Stretch-Element */
.stretch {
flex-grow: 1;
height: 30px;
}
li.menu-item a:hover {
color: black !important; /* Ensures text color change on hover */
background-color: #f7c13d !important; /* Ensures background color change on hover */
}
/* Aktiver Menüeintrag: Hintergrundfarbe und Schriftgewicht bei Aktivierung */
li.menu-item a:active {
color: #2b3136; /* Textfarbe beim aktiven Zustand */
font-weight: bolder; /* Fettere Schrift */
background-color: CornflowerBlue; /* Hintergrundfarbe beim aktiven Zustand */
}
Datenblatt
Handbuch
System Integration
Unverbindliche Beratung: +49(0)7665 9390 185
ÜbersichtKey FeaturesSMARC Module based on NXP i.MX 95 processor series | up to 6-core ARM Cortex-A55NXP eIQ® Neutron NPU for high-speed data processing, Machine Learning and VisionAdvanced Security with EdgeLock™ and Cryptographic EngineUltra low power architecture with 3-8WTemperature range up to -40°C .. +85°CSpezifikationFormfactorSMARCCPUNXP i.MX 9596 (commercial)(6x ARM Cortex-A55 @ 2.0 GHz + 1x ARM Cortex-M7 + 1x ARM Cortex-M33 + eIQ Neutron NPU)NXP i.MX 9596 (industrial)(6x ARM Cortex-A55 @ 1.8 GHz + 1x ARM Cortex-M7 + 1x ARM Cortex-M33 + eIQ Neutron NPU)DRAMUp to 16 GByte onboard LPDDR5 memory | up to 6400 MT/s | inline ECCEthernet2x Gbit Ethernet with support for TSN | IEEE 1588I/O Interfaces1 x dual-role USB 2.02 x USB 2.02 x USB 3.01 x SDIO 3.02 x PCIe 3.0 1-lane1 x I²C busSPI1 x QSPIUp to 3x UART (2x with Handshake)2 x CAN FD14 x GPIOsoptional soldered M.2 1216 WiFi 6/BT 5.3Mass storageeMMC 5.1 up to 256 GByteGraphicsIntegrated in SoC | Arm® Mali™ 3D GPU G310 | 2D GPU supporting blend graphics overlays | OpenGL® ES 3.2 | Vulkan® 1.2 | OpenCL 3.0SecurityNXP EdgeLock® 2GO key management services | Cryptographic Acceleration and Assurance Module | Resource Domain Controller | ARM® TrustZone® | High Assurance Boot support |SHE, Encryption Engine AES-128, AES-256, 3DES, RC4, RSA4096, TRNG, SHA-1, SHA-2, SHA-256, MD-5 | RSA-1024, 2048, 3072, 4096 and secure key storage | side channel attack resistanceBoot LoaderU-Boot boot loaderOperating SystemsLinuxYoctoAndroidTemperatureCommercial : Operating 0°C to 60°C | Storage -20°C to 80°CIndustrial: Operating -40°C to +85°C | Storage -40°C to +85°CHumidityOperating: 10 to 85% r. H. non cond. / Storage 5 to 85% r. H. non cond.Video Interfaces1 x Dual channel 24-bit LVDS1 x Display Port 1.4 1080p60 through MIPI-DSI to DisplayPort Bridge (shared with MIPI-DSI)optional MIPI-DSI capable of supporting 4kp30 or 3840p60 shared with DisplayPort1 x optional HDMI 2.0a through MIPI-DSI to HDMI bridge (shared with MIPI-DSI)up to 2x MIPI-CSI 4-lanes2 x Integrated Image Signal Processor (ISP) for cameras with up to 12 MP resolution (on selected processor SKU’s)FeaturesWatchdog TimerCortex-M7 and Cortex-M33 consoleoptional JTAG debug interfaceHigh Precision Real Time ClockAI & Deep LearningNXP eIQ® Neutron Neural Processing Unit (NPU) with up to 2 TOPSNXP eIQ® ML Software Development EnvironmentSize82 x 50 mm (3,23” x 1,97”)Produktvarianten / Zubehör051600conga-SMX95/MX959-6C-8G-eMMC64SMARC Module with NXP i.MX 9596 6-core processor. Features 6x ARM Cortex-A55 @ 2 GHz, ARM Cortex-M7, ARM Cortex-M33, eIQ Neutron NPU, 8GB onboard LPDDR5 memory and 64GB onboard eMMC. Commercial grade temperature range from 0°C to 60°C.051601conga-SMX95/MX959-6C-4G eMMC32SMARC Module with NXP i.MX 9596 6-core processor. Features 6x ARM Cortex-A55 @ 1.8 GHz, ARM Cortex-M7, ARM Cortex-M33, eIQ Neutron NPU, 4GB onboard LPDDR5 memory and 32GB onboard eMMC. Commercial grade temperature range from 0°C to 60°C.051610conga-SMX95/i-MX959-6C-8G eMMC64SMARC Module with NXP i.MX 9596 6-core processor. Features 6x ARM Cortex-A55 @ 1.8 GHz, ARM Cortex-M7, ARM Cortex-M7, eIQ Neutron NPU, 8GB onboard LPDDR5 memory and 64GB onboard eMMC. Industrial grade temperature range from -40°C to 85°C.051611conga-SMX95/i-MX959-6C-4G eMMC32SMARC Module with NXP i.MX 9596 6-core processor. Features 6x ARM Cortex-A55 @ 1.8 GHz, ARM Cortex-M7, ARM Cortex-M33, eIQ Neutron NPU, 4GB onboard LPDDR5 memory and 32GB onboard eMMC. Industrial grade temperature range from -40°C to 85°C.051620conga-SMX95/i-MX959-6C-8G eMMC64 NX611SMARC Module with NXP i.MX 9596 6-core processor. Features 6x ARM Cortex-A55 @ 1.8 GHz, ARM Cortex-M7, ARM Cortex-M33, eIQ Neutron NPU, 8GB onboard LPDDR5 memory and 64GB onboard eMMC. Industrial grade temperature range from -40°C to 85°C. With Wifi/BT module NX611.Zubehör051650conga-SMX95/CSP-BPassive cooling solution for SMARC module conga-SMX95 with NXP i.MX 95 lidded ARM processor. All standoffs are with 2.7mm bore hole.051651conga-SMX95/HSP-BHeat spreader solution for SMARC module conga-SMX95 with NXP i.MX 95 lidded ARM processor. All standoffs are with 2.7mm bore hole.27000001Design-In TrainingDesign-Training to develop carrier boards for Computer on ModulesBitte stellen Sie sicher, dass Sie stets die aktuellsten Version der Produktspezifikationen des Herstellers verwenden. Hersteller-Produktseite: conga-SMX95MCTX Mobile & Embedded Computers GmbH IST UM DIE RICHTIGKEIT UND AKTUALITÄT DER DATEN AUF DIESER WEBSEITE BEMÜHT, ÜBERNIMMT JEDOCH KEINERLEI ZUSICHERUNG BEZÜGLICH DES INHALTS. EINE HAFTUNG ODER GARANTIE FÜR DIE AKTUALITÄT, RICHTIGKEIT UND VOLLSTÄNDIGKEIT DER ZUR VERFÜGUNG GESTELLTEN INFORMATIONEN IST FOLGLICH AUSGESCHLOSSEN.Technische Unterstützung & System Integration Services
Alle Dokumente auf dieser Seite werden ohne Benachrichtigung aktualisiert.Datenblatt
Preis auf Anfrage
congatec conga-SMX8X - SMARC CPU-Modul SMARC 2.0 module based on Ultra Low Power NXP i.MX8-X series
.product-menu-page {
font-family: 'Ubuntu', sans-serif;
color: #3f4c58;
}
.text_bold {
font-weight: bolder;
}
.product-menu-page {
display: none;
}
.product-menu-page:target {
display: block;
}
.head_sec {
background-color: #e9e9f0;
color: #4B70B2;}
.col_a {
background-color: #798490;
}
.head_subsec {color: CornflowerBlue;
padding-top: 10px;padding-left: 10px;
padding-right: 25px;
vertical-align: bottom;
}
.chead {
border: 1px solid Lavender;
font-size: 90%;
font-weight: bolder;}
.ckey {
width: 25%;white-space: nowrap;text-align: left;font-size: 90%;
font-weight: bolder;
border: 1px solid Lavender;word-break: break-word;
}
.copt {
width: 25%;text-align: left;font-size: 90%;
font-weight: bolder;
border: 1px solid Lavender;word-break: break-word;
}
.cval {
width: auto;text-align: left;
border: 1px solid Lavender;
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;}
.rowspecsim {
font-size: 110%;
white-space: nowrap;text-align: left;
}
.column_1 {
width: 250px;white-space: nowrap;text-align: left;
}
.column_2 {
width: 250px;white-space: nowrap;text-align: left;
}
table {
margin-top: 10px;
width: 100%;
border-collapse: collapse;
table-layout: fixed;
}
th, td {
border: 1px solid White;text-align: left;
word-break: break-word;
font-size: 100%;
line-height: 1.5;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
}
th {
font-size: 90%;
padding-left: 25px;
}
td {
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
#prod_kf {
font-size: 100%;width: 100%;}
#prod_spec {
font-size: 100%;word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
#prod_spec_embed {
word-break: break-word;
font-size: 90%;
padding-top: 10px;width: 100%;}
#prod_disc {
font-size: 90%;
width: 100%;}
#prod_cpo {font-size: 90%;
width: 100%;
word-break: break-word;
}
#prod_var {
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
congatec conga-SMX8X - SMARC CPU-ModulSMARC 2.0 module based on Ultra Low Power NXP i.MX8-X series
Beispiel Menü
/* CSS-Variable für die Breite der schwarzen Buttons */
:root {
--black-button-width: 120px;
}
/* Menüleiste: Flexbox für gleichmäßig verteilte Menüeinträge */
ul.menu {
list-style-type: none;
margin: 0;
padding: 0;
background-color: white;
overflow: hidden;
font-family: 'Ubuntu', sans-serif;
display: flex; /* Flexbox */
width: 100%;
}
/* Menüeinträge */
li.menu-item {
padding: 0;
text-align: center;
border-right: 5px solid white;
display: block;
text-align: center;
text-decoration: none;
border-radius: 3px;
transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}
li.menu-item a {
display: block;
color: white;
text-align: center;
text-decoration: none;
padding: 10px 20px;
font-size: 16px;
font-weight: 500;
border-radius: 3px;
transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}
/* Stretch-Element */
.stretch {
flex-grow: 1;
height: 30px;
}
li.menu-item a:hover {
color: black !important; /* Ensures text color change on hover */
background-color: #f7c13d !important; /* Ensures background color change on hover */
}
/* Aktiver Menüeintrag: Hintergrundfarbe und Schriftgewicht bei Aktivierung */
li.menu-item a:active {
color: #2b3136; /* Textfarbe beim aktiven Zustand */
font-weight: bolder; /* Fettere Schrift */
background-color: CornflowerBlue; /* Hintergrundfarbe beim aktiven Zustand */
}
Datenblatt
Handbuch
System Integration
Unverbindliche Beratung: +49(0)7665 9390 185
ÜbersichtKey FeaturesNXP i.MX8-X ARM Cortex-A35 and Cortex-M4FUltra Low Power 2-5WIndustrial grade, improved Reliability and Virtualization3D Graphics up to two independent HD displaysMIPI CSI-2 camera interfaceSpezifikationFormfactorSMARCCPUNXP i.MX8 QuadXPlus(4, ARM Cortex-A35, 1x ARM Cortex-M4F, 4W)DRAMUp to 4 GByte onboard LPDDR4 memory | 2400 MT/sEthernet2 x Gigabit EthernetI/O Interfaces5 x USB 2.0 (shared with 1x USB OTG client)GPIOs2 x FlexCANup to 4x UART (2x with Handshake (1x shared with FlexCAN)USB 2.01 x eSPI1 x SPII²C bus1 x PCI Express™ 3.0 lanes1 x SDIO 3.01 x USB 3.0optional M.2 1216 WiFi module (soldered down)GraphicsIntegrated in NXP i.MX8-X Series single GT7000Lite multimedia GPUVPU up to 4K h.265 dec / 1080p h.264 enc/dec) | 3D Graphics with up to 4 high performance vec4 shaders and 16 execution units up to 2 independent displays | OpenGL ES 3.1 | Vulcan VX extensions | OpenCL 1.2 EP | OpenVG 1.1iSecurityHigh Assurance Boot support | Inline Encryption Engine (AES-128) TNG, AES-128, AES-256, 3DES, ARC4, RSA4096, SHA-1, SHA-2, SHA-256, MD-5 | RSA-1024, 2048, 3072, 4096Operating SystemsAndroidLinuxYoctoVideo Interfaces1 x dual channel or 2x single channel LVDS 24 bit | 2x MIPI-DSI with 4-lanes shared with LVDS | 1x MIPI-CSI 4-lanesSize82 x 50 mm (3,23” x 1,97”)Produktvarianten / Zubehör051110conga-SMX8-X/i-QXP-4G eMMC16SMARC 2.0 module ultra low power NXP i.MX8 QuadXPlus processor with 4x ARM Cortex-A35 and 1x ARM Cortex-M4F, 4GB onboard LPDDR4 memory and 16GB onboard eMMC. Industrial temperature range.051113conga-SMX8-X/i-QXP-2G eMMC16SMARC 2.0 module with ultra low-power NXP i.MX8-X QuadXPlus processor with 4x ARM Cortex-A35 and 1x ARM Cortex-M4F, 2GB onboard LPDDR4 memory and 16GB onboard eMMC. Industrial temperature range.Zubehör051150conga-SMX8-X/i-CSP-BPassive cooling solution for SMARC module conga-SMX8-X with lidded NXP i.MX 8X ARM processor. All standoffs are with 2.7mm bore hole.051151conga-SMX8-X/i-HSP-BHeat spreader solution for SMARC module conga-SMX8-X with lidded NXP i.MX 8X ARM processor. All standoffs are with 2.7mm bore hole.007010conga-SEVALEvaluation Carrier Board for SMARC 2.0 modules.020750conga-SMC1/SMARC-ARMCompact sized SMARC 2.0 Carrier Board for ARM based SMARC Modules27000001Design-In TrainingDesign-Training to develop carrier boards for Computer on ModulesBitte stellen Sie sicher, dass Sie stets die aktuellsten Version der Produktspezifikationen des Herstellers verwenden. Hersteller-Produktseite: conga-SMX8XMCTX Mobile & Embedded Computers GmbH IST UM DIE RICHTIGKEIT UND AKTUALITÄT DER DATEN AUF DIESER WEBSEITE BEMÜHT, ÜBERNIMMT JEDOCH KEINERLEI ZUSICHERUNG BEZÜGLICH DES INHALTS. EINE HAFTUNG ODER GARANTIE FÜR DIE AKTUALITÄT, RICHTIGKEIT UND VOLLSTÄNDIGKEIT DER ZUR VERFÜGUNG GESTELLTEN INFORMATIONEN IST FOLGLICH AUSGESCHLOSSEN.Technische Unterstützung & System Integration Services
Alle Dokumente auf dieser Seite werden ohne Benachrichtigung aktualisiert.DatenblattHandbuch
Preis auf Anfrage
congatec conga-SMX8-Plus embedded AI Vision Kit - SMARC CPU-Modul congatec i.MX 8M Plus Vision Kit for AI and Machine Learning applications
.product-menu-page {
font-family: 'Ubuntu', sans-serif;
color: #3f4c58;
}
.text_bold {
font-weight: bolder;
}
.product-menu-page {
display: none;
}
.product-menu-page:target {
display: block;
}
.head_sec {
background-color: #e9e9f0;
color: #4B70B2;}
.col_a {
background-color: #798490;
}
.head_subsec {color: CornflowerBlue;
padding-top: 10px;padding-left: 10px;
padding-right: 25px;
vertical-align: bottom;
}
.chead {
border: 1px solid Lavender;
font-size: 90%;
font-weight: bolder;}
.ckey {
width: 25%;white-space: nowrap;text-align: left;font-size: 90%;
font-weight: bolder;
border: 1px solid Lavender;word-break: break-word;
}
.copt {
width: 25%;text-align: left;font-size: 90%;
font-weight: bolder;
border: 1px solid Lavender;word-break: break-word;
}
.cval {
width: auto;text-align: left;
border: 1px solid Lavender;
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;}
.rowspecsim {
font-size: 110%;
white-space: nowrap;text-align: left;
}
.column_1 {
width: 250px;white-space: nowrap;text-align: left;
}
.column_2 {
width: 250px;white-space: nowrap;text-align: left;
}
table {
margin-top: 10px;
width: 100%;
border-collapse: collapse;
table-layout: fixed;
}
th, td {
border: 1px solid White;text-align: left;
word-break: break-word;
font-size: 100%;
line-height: 1.5;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
}
th {
font-size: 90%;
padding-left: 25px;
}
td {
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
#prod_kf {
font-size: 100%;width: 100%;}
#prod_spec {
font-size: 100%;word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
#prod_spec_embed {
word-break: break-word;
font-size: 90%;
padding-top: 10px;width: 100%;}
#prod_disc {
font-size: 90%;
width: 100%;}
#prod_cpo {font-size: 90%;
width: 100%;
word-break: break-word;
}
#prod_var {
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
congatec conga-SMX8-Plus embedded AI Vision Kit - SMARC CPU-Modulcongatec i.MX 8M Plus Vision Kit for AI and Machine Learning applications
Beispiel Menü
/* CSS-Variable für die Breite der schwarzen Buttons */
:root {
--black-button-width: 120px;
}
/* Menüleiste: Flexbox für gleichmäßig verteilte Menüeinträge */
ul.menu {
list-style-type: none;
margin: 0;
padding: 0;
background-color: white;
overflow: hidden;
font-family: 'Ubuntu', sans-serif;
display: flex; /* Flexbox */
width: 100%;
}
/* Menüeinträge */
li.menu-item {
padding: 0;
text-align: center;
border-right: 5px solid white;
display: block;
text-align: center;
text-decoration: none;
border-radius: 3px;
transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}
li.menu-item a {
display: block;
color: white;
text-align: center;
text-decoration: none;
padding: 10px 20px;
font-size: 16px;
font-weight: 500;
border-radius: 3px;
transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}
/* Stretch-Element */
.stretch {
flex-grow: 1;
height: 30px;
}
li.menu-item a:hover {
color: black !important; /* Ensures text color change on hover */
background-color: #f7c13d !important; /* Ensures background color change on hover */
}
/* Aktiver Menüeintrag: Hintergrundfarbe und Schriftgewicht bei Aktivierung */
li.menu-item a:active {
color: #2b3136; /* Textfarbe beim aktiven Zustand */
font-weight: bolder; /* Fettere Schrift */
background-color: CornflowerBlue; /* Hintergrundfarbe beim aktiven Zustand */
}
Datenblatt
Handbuch
System Integration
Unverbindliche Beratung: +49(0)7665 9390 185
ÜbersichtKey FeaturesPress ReleaseWhitepaperSpezifikation
The congatec i.MX 8M Plus starter set for AI accelerated embedded vision applications consists of:
051320 conga-SMX8-Plus/i-QC-4G eMMC16
051350 SMX8-Plus/CSP-B
020750 conga-SMC1/SMARC-ARM Carrier board
10000399 FFC Basler dart BCON for MIPI, 200mm
44500041 Basler dart camera daA3840-30mc
10000429 Lens Evetar E3360D-R1; F2.0 f4mm 1/1.8"
More details about this Kit can also be found here
Bitte stellen Sie sicher, dass Sie stets die aktuellsten Version der Produktspezifikationen des Herstellers verwenden. Hersteller-Produktseite: conga-SMX8-Plus embedded AI Vision KitMCTX Mobile & Embedded Computers GmbH IST UM DIE RICHTIGKEIT UND AKTUALITÄT DER DATEN AUF DIESER WEBSEITE BEMÜHT, ÜBERNIMMT JEDOCH KEINERLEI ZUSICHERUNG BEZÜGLICH DES INHALTS. EINE HAFTUNG ODER GARANTIE FÜR DIE AKTUALITÄT, RICHTIGKEIT UND VOLLSTÄNDIGKEIT DER ZUR VERFÜGUNG GESTELLTEN INFORMATIONEN IST FOLGLICH AUSGESCHLOSSEN.Technische Unterstützung & System Integration Services
Alle Dokumente auf dieser Seite werden ohne Benachrichtigung aktualisiert.
Preis auf Anfrage
congatec conga-SMX8-Plus - SMARC CPU-Modul SMARC 2.1 module based on NXP i.MX 8M Plus 14nm processor series with ARM 4-Core Cortex-A53 / M7 + NPU
.product-menu-page {
font-family: 'Ubuntu', sans-serif;
color: #3f4c58;
}
.text_bold {
font-weight: bolder;
}
.product-menu-page {
display: none;
}
.product-menu-page:target {
display: block;
}
.head_sec {
background-color: #e9e9f0;
color: #4B70B2;}
.col_a {
background-color: #798490;
}
.head_subsec {color: CornflowerBlue;
padding-top: 10px;padding-left: 10px;
padding-right: 25px;
vertical-align: bottom;
}
.chead {
border: 1px solid Lavender;
font-size: 90%;
font-weight: bolder;}
.ckey {
width: 25%;white-space: nowrap;text-align: left;font-size: 90%;
font-weight: bolder;
border: 1px solid Lavender;word-break: break-word;
}
.copt {
width: 25%;text-align: left;font-size: 90%;
font-weight: bolder;
border: 1px solid Lavender;word-break: break-word;
}
.cval {
width: auto;text-align: left;
border: 1px solid Lavender;
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;}
.rowspecsim {
font-size: 110%;
white-space: nowrap;text-align: left;
}
.column_1 {
width: 250px;white-space: nowrap;text-align: left;
}
.column_2 {
width: 250px;white-space: nowrap;text-align: left;
}
table {
margin-top: 10px;
width: 100%;
border-collapse: collapse;
table-layout: fixed;
}
th, td {
border: 1px solid White;text-align: left;
word-break: break-word;
font-size: 100%;
line-height: 1.5;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
}
th {
font-size: 90%;
padding-left: 25px;
}
td {
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
#prod_kf {
font-size: 100%;width: 100%;}
#prod_spec {
font-size: 100%;word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
#prod_spec_embed {
word-break: break-word;
font-size: 90%;
padding-top: 10px;width: 100%;}
#prod_disc {
font-size: 90%;
width: 100%;}
#prod_cpo {font-size: 90%;
width: 100%;
word-break: break-word;
}
#prod_var {
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
congatec conga-SMX8-Plus - SMARC CPU-ModulSMARC 2.1 module based on NXP i.MX 8M Plus 14nm processor series with ARM 4-Core Cortex-A53 / M7 + NPU
Beispiel Menü
/* CSS-Variable für die Breite der schwarzen Buttons */
:root {
--black-button-width: 120px;
}
/* Menüleiste: Flexbox für gleichmäßig verteilte Menüeinträge */
ul.menu {
list-style-type: none;
margin: 0;
padding: 0;
background-color: white;
overflow: hidden;
font-family: 'Ubuntu', sans-serif;
display: flex; /* Flexbox */
width: 100%;
}
/* Menüeinträge */
li.menu-item {
padding: 0;
text-align: center;
border-right: 5px solid white;
display: block;
text-align: center;
text-decoration: none;
border-radius: 3px;
transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}
li.menu-item a {
display: block;
color: white;
text-align: center;
text-decoration: none;
padding: 10px 20px;
font-size: 16px;
font-weight: 500;
border-radius: 3px;
transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}
/* Stretch-Element */
.stretch {
flex-grow: 1;
height: 30px;
}
li.menu-item a:hover {
color: black !important; /* Ensures text color change on hover */
background-color: #f7c13d !important; /* Ensures background color change on hover */
}
/* Aktiver Menüeintrag: Hintergrundfarbe und Schriftgewicht bei Aktivierung */
li.menu-item a:active {
color: #2b3136; /* Textfarbe beim aktiven Zustand */
font-weight: bolder; /* Fettere Schrift */
background-color: CornflowerBlue; /* Hintergrundfarbe beim aktiven Zustand */
}
Datenblatt
Handbuch
System Integration
Unverbindliche Beratung: +49(0)7665 9390 185
ÜbersichtKey FeaturesNXP i.MX 8M Plus 14nm processor series with ARM 4-Core Cortex-A53 / M7 + NPUEnhanced AI, Machine Learning and Vision capabilities featuring NPU and integrated camera ISP’sUltra low power architecture with 2-5WSupport for up to 3 independent displaysExtended longevity up to 15 yearsTemperature range up to -40°C .. +85°CSpezifikationFormfactorSMARCCPUNXP i.MX 8M Plus (consumer)(4x ARM® Cortex®-A53 @1.8GHz +1x ARM® Cortex®-M7 + NPU)NXP i.MX 8M Plus (industrial)(4x ARM® Cortex®-A53 @1.6GHz +1x ARM® Cortex®-M7 + NPU)DRAMUp to 6 GByte onboard LPDDR4 memory | 4000 MT/s | inline ECCEthernet2x Gbit Ethernet with IEEE 1588 Support (1x with TSN support)I/O Interfaces1 x dual-role USB 2.014 x GPIOs2 x CAN FD4 x UART (2x with Handshake)1 x SPI2 x I²C bus1 x PCIe 3.01 x SDIO 3.02 x USB 3.02 x USB 2.0optional soldered M.2 1216 WiFi/BTMass storageeMMC 5.1 up to 128 GByteGraphicsIntegrated in SoC | GC7000UL3D graphics with 2 high performance vec4 shaders | GC520L 2D graphic | supports up to 2x1080p60 or 1x4kp30display resolution | Up to 3 independent displaysVPU up to 1080p60 H.265/H.264 decoding and encoding | OpenGL ES 3.1 | VuSecurityCryptographic Acceleration and Assurance ModuleResource Domain Controller | ARM® TrustZone® | High Assurance Boot support | SHE, Encryption Engine AES-128, AES-256, 3DES, RC4, RSA4096, TRNG SHA-1, SHA-2, SHA-256, MD-5 | RSA-1024, 2048, 3072, 4096 and secure key storage | side channel attack resistanceOperating SystemsLinuxYoctoAndroidTemperatureCommercial : Operating 0°C to 60°C | Storage -20°C to 80°CIndustrial: Operating -40°C to +85°C | Storage -40°C to +85°CHumidityOperating: 10 to 85% r. H. non cond. / Storage 5 to 85% r. H. non cond.Video Interfaces1x dual channel 24 bit LVDS | 1x HDMI 2.0a | 1x MIPI-DSI 4-lane shared with second LVDS channel 2x MIPI-CSI 4-lanes | 2x integrated Image Signal Processor (ISP) for cameras with up to 12 MP resolutionSize82 x 50 mm (3,23” x 1,97”)Produktvarianten / Zubehör051300conga-SMX8-Plus/QC-4G eMMC16SMARC module with low-power 14nm NXP i.MX 8M Plus Quad processor. Features 4x ARM Cortex-A53 @ 1.8GHz +1x ARM Cortex-M7 + NPU, 4GB onboard LPDDR4 memory and 16GB onboard eMMC. Commercial temperature range from 0°C to 60°C.051301conga-SMX8-Plus/QC-2G eMMC16SMARC module with low-power 14nm NXP i.MX 8M Plus Quad processor. Features 4x ARM Cortex-A53 @ 1.8GHz +1x ARM Cortex-M7 + NPU, 2GB onboard LPDDR4 memory and 16GB onboard eMMC. Commercial temperature range from 0°C to 60°C.051320conga-SMX8-Plus/i-QC-4G eMMC16SMARC module with low-power 14nm NXP i.MX 8M Plus Quad processor. Features 4x ARM Cortex-A53 @ 1.6GHz +1x ARM Cortex-M7 + NPU, 4GB onboard LPDDR4 memory and 16GB onboard eMMC. Industrial temperature range from -40°C to 85°C.051321conga-SMX8-Plus/i-QC-2G eMMC16SMARC module with low-power 14nm NXP i.MX 8M Plus Quad processor. Features 4x ARM Cortex-A53 @ 1.6GHz +1x ARM Cortex-M7 + NPU, 2GB onboard LPDDR4 memory and 16GB onboard eMMC. Industrial temperature range from -40°C to 85°C.051322conga-SMX8-Plus/i-QC-4G eMMC16 AW-CM276NFSMARC module with low-power 14nm NXP i.MX 8M Plus Quad processor. Features 4x ARM Cortex-A53 @ 1.6GHz +1x ARM Cortex-M7 + NPU, 2GB onboard LPDDR4 memory and 16GB onboard eMMC. AzureWave AW-CM276NF onboard Wifi/BT module. Extended temperature range from -25°C to 80°C.Zubehör051350conga-SMX8-Plus/CSP-BPassive cooling solution for SMARC module conga-SMX8-Plus with NXP i.MX 8M Plus ARM processor. All standoffs are with 2.7mm bore hole.051351conga-SMX8-Plus/HSP-BHeat spreader solution for SMARC module conga-SMX8-Plus with NXP i.MX 8M Plus ARM processor. All standoffs are with 2.7mm bore hole.050060conga-SMARC/CSA AdapterActive cooling solution adapter for SMARC 2.1 modules used in combination with module heat spreader.007010conga-SEVALEvaluation Carrier Board for SMARC 2.0 modules.020750conga-SMC1/SMARC-ARMCompact sized SMARC 2.0 Carrier Board for ARM based SMARC Modules27000001Design-In TrainingDesign-Training to develop carrier boards for Computer on ModulesBitte stellen Sie sicher, dass Sie stets die aktuellsten Version der Produktspezifikationen des Herstellers verwenden. Hersteller-Produktseite: conga-SMX8-PlusMCTX Mobile & Embedded Computers GmbH IST UM DIE RICHTIGKEIT UND AKTUALITÄT DER DATEN AUF DIESER WEBSEITE BEMÜHT, ÜBERNIMMT JEDOCH KEINERLEI ZUSICHERUNG BEZÜGLICH DES INHALTS. EINE HAFTUNG ODER GARANTIE FÜR DIE AKTUALITÄT, RICHTIGKEIT UND VOLLSTÄNDIGKEIT DER ZUR VERFÜGUNG GESTELLTEN INFORMATIONEN IST FOLGLICH AUSGESCHLOSSEN.Technische Unterstützung & System Integration Services
Alle Dokumente auf dieser Seite werden ohne Benachrichtigung aktualisiert.DatenblattHandbuch
Preis auf Anfrage
congatec conga-SMX8-Mini - SMARC CPU-Modul SMARC 2.1 module based on NXP i.MX8M Mini processor series
.product-menu-page {
font-family: 'Ubuntu', sans-serif;
color: #3f4c58;
}
.text_bold {
font-weight: bolder;
}
.product-menu-page {
display: none;
}
.product-menu-page:target {
display: block;
}
.head_sec {
background-color: #e9e9f0;
color: #4B70B2;}
.col_a {
background-color: #798490;
}
.head_subsec {color: CornflowerBlue;
padding-top: 10px;padding-left: 10px;
padding-right: 25px;
vertical-align: bottom;
}
.chead {
border: 1px solid Lavender;
font-size: 90%;
font-weight: bolder;}
.ckey {
width: 25%;white-space: nowrap;text-align: left;font-size: 90%;
font-weight: bolder;
border: 1px solid Lavender;word-break: break-word;
}
.copt {
width: 25%;text-align: left;font-size: 90%;
font-weight: bolder;
border: 1px solid Lavender;word-break: break-word;
}
.cval {
width: auto;text-align: left;
border: 1px solid Lavender;
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;}
.rowspecsim {
font-size: 110%;
white-space: nowrap;text-align: left;
}
.column_1 {
width: 250px;white-space: nowrap;text-align: left;
}
.column_2 {
width: 250px;white-space: nowrap;text-align: left;
}
table {
margin-top: 10px;
width: 100%;
border-collapse: collapse;
table-layout: fixed;
}
th, td {
border: 1px solid White;text-align: left;
word-break: break-word;
font-size: 100%;
line-height: 1.5;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
}
th {
font-size: 90%;
padding-left: 25px;
}
td {
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
#prod_kf {
font-size: 100%;width: 100%;}
#prod_spec {
font-size: 100%;word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
#prod_spec_embed {
word-break: break-word;
font-size: 90%;
padding-top: 10px;width: 100%;}
#prod_disc {
font-size: 90%;
width: 100%;}
#prod_cpo {font-size: 90%;
width: 100%;
word-break: break-word;
}
#prod_var {
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
congatec conga-SMX8-Mini - SMARC CPU-ModulSMARC 2.1 module based on NXP i.MX8M Mini processor series
Beispiel Menü
/* CSS-Variable für die Breite der schwarzen Buttons */
:root {
--black-button-width: 120px;
}
/* Menüleiste: Flexbox für gleichmäßig verteilte Menüeinträge */
ul.menu {
list-style-type: none;
margin: 0;
padding: 0;
background-color: white;
overflow: hidden;
font-family: 'Ubuntu', sans-serif;
display: flex; /* Flexbox */
width: 100%;
}
/* Menüeinträge */
li.menu-item {
padding: 0;
text-align: center;
border-right: 5px solid white;
display: block;
text-align: center;
text-decoration: none;
border-radius: 3px;
transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}
li.menu-item a {
display: block;
color: white;
text-align: center;
text-decoration: none;
padding: 10px 20px;
font-size: 16px;
font-weight: 500;
border-radius: 3px;
transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}
/* Stretch-Element */
.stretch {
flex-grow: 1;
height: 30px;
}
li.menu-item a:hover {
color: black !important; /* Ensures text color change on hover */
background-color: #f7c13d !important; /* Ensures background color change on hover */
}
/* Aktiver Menüeintrag: Hintergrundfarbe und Schriftgewicht bei Aktivierung */
li.menu-item a:active {
color: #2b3136; /* Textfarbe beim aktiven Zustand */
font-weight: bolder; /* Fettere Schrift */
background-color: CornflowerBlue; /* Hintergrundfarbe beim aktiven Zustand */
}
Datenblatt
Handbuch
System Integration
Unverbindliche Beratung: +49(0)7665 9390 185
ÜbersichtKey FeaturesSMARC 2.1 Module based on NXP i.MX 8M MiniScalable ARM Performance with up to 4x 1.8GHz Cortex-A53 and 1x Cortex-M4FHighly improved power efficiency and performance by 14LPC FinFET process technology3D Graphics with full-HD resolutionMIPI CSI-2 camera interfaceExtended longevity up to 15 yearsSpezifikationFormfactorSMARCCPUNXP i.MX 8M Mini Quad(4x 1.8GHz ARM Cortex-A53, 1x 400MHz ARM Cortex-M4)NXP i.MX 8M Mini Dual(2x 1.8GHz ARM Cortex-A53, 1x 400MHz ARM Cortex-M4)NXP i.MX 8M Mini Solo(1x 1.8GHz ARM Cortex-A53, 1x 400MHz ARM Cortex-M4)NXP i.MX 8M Mini Quad industrial(4x 1.6GHz ARM Cortex-A53, 1x 400MHz ARM Cortex-M4)NXP i.MX 8M Mini Dual industrial(2x 1.6GHz ARM Cortex-A53, 1x 400MHz ARM Cortex-M4)NXP i.MX 8M Mini Solo industrial(1x 1.6GHz ARM Cortex-A53, 1x 400MHz ARM Cortex-M4)DRAMUp to 4 GByte onboard LPDDR4 memory | 3000 MT/sEthernet1 x Gigabit EthernetI/O Interfaces5 x USB 2.0 (shared with 1x USB OTG client)1 x PCIe 2.01 x SDIO 3.0I²C bus1 x SPIUSB 2.0 (shared with 1x USB OTG client)up to 3x UART (1x with handshake)GPIOsoptional M.2 1216 WiFi/BT moduleGraphicsIntegrated in NXP i.MX 8M Mini Series GC NanoUltra 3D GPUone display VPU with up to 1080p video decoding (H.265, H.264, VP8/9) | up to 1080p video encoding (H.264, VP8) 3D Graphics GPU with 1 shader core | up to 6.4GFlops | GC328 2D Graphics GPU OpenGL ES 2.0 | OpenVG 1.1SecurityHigh Assurance Boot support | SRTC | SJTAG | TrustZone | AES-256, RSA-4096, SHA-256, 3DES, DES, ARC4, MD-5 Secure Real Time Clock (RTC) | eFuse Key Storage | True Random Number Generator (RNG) | 32 KB Secure RAMOperating SystemsLinuxYoctoAndroidTemperatureCommercial : Operating: 0 to +60°C | Operating industrial: -40 .. +85°C | Storage: -20 to +80°CHumidityOperating: 10 to 90% r. H. non cond. / Storage 5 to 95% r. H. non cond.Video Interfaces1x dual channel 24bit LVDS through bridge (default) | opt. eDP 1.4 or MIPI-DSI 4-lanes (shared with LVDS)Size82 x 50 mm (3,23” x 1,97”)Produktvarianten / Zubehör051200conga-SMX8-Mini/QC-4G eMMC16SMARC 2.1 module with NXP i.MX 8M Mini Quad 14LPC FinFET processor with 4x 1.8GHz ARM Cortex-A53 and 1x 400MHz ARM Cortex-M4F, 4GB onboard LPDDR4 memory and 16GB onboard eMMC. Commercial temperature range.051201conga-SMX8-Mini/DC-2G eMMC16SMARC 2.1 module with NXP i.MX 8M Mini Dual 14LPC FinFET processor with 2x 1.8GHz ARM Cortex-A53 and 1x 400MHz ARM Cortex-M4F, 2GB onboard LPDDR4 memory and 16GB onboard eMMC. Commercial temperature range.051202conga-SMX8-Mini/SC-1G eMMC16SMARC 2.1 module with NXP i.MX 8M Mini Single 14LPC FinFET processor with 1x 1.8GHz ARM Cortex-A53 and 1x 400MHz ARM Cortex-M4F, 1GB onboard LPDDR4 memory and 16GB onboard eMMC. Commercial temperature range.051203conga-SMX8-Mini/QC-2G eMMC16SMARC 2.1 module with NXP i.MX 8M Mini Quad 14LPC FinFET processor with 4x 1.8GHz ARM Cortex-A53 and 1x 400MHz ARM Cortex-M4F, 2GB onboard LPDDR4 memory and 16GB onboard eMMC. Commercial temperature range.051204conga-SMX8-Mini/QC-4G eMMC16 DPSMARC 2.1 module with NXP i.MX 8M Mini Quad 14LPC FinFET processor with 4x 1.8GHz ARM Cortex-A53 and 1x 400MHz ARM Cortex-M4F, 4GB onboard LPDDR4 memory and 16GB onboard eMMC. Features DisplayPort interface. Commercial temperature range.051220conga-SMX8-Mini/i-QC-4G eMMC16SMARC 2.1 module with NXP i.MX 8M Mini Quad 14LPC FinFET processor with 4x 1.6GHz ARM Cortex-A53 and 1x 400MHz ARM Cortex-M4F, 4GB onboard LPDDR4 memory and 16GB onboard eMMC. Industrial temperature range.051221conga-SMX8-Mini/i-DC-2G eMMC16SMARC 2.1 module with NXP i.MX 8M Mini Dual 14LPC FinFET processor with 2x 1.6GHz ARM Cortex-A53 and 1x 400MHz ARM Cortex-M4F, 2GB onboard LPDDR4 memory and 16GB onboard eMMC. Industrial temperature range.051222conga-SMX8-Mini/i-SC-1G eMMC16SMARC 2.1 module with NXP i.MX 8M Mini Single 14LPC FinFET processor with 1x 1.6GHz ARM Cortex-A53 and 1x 400MHz ARM Cortex-M4F, 1GB onboard LPDDR4 memory and 16GB onboard eMMC. Industrial temperature range.051223conga-SMX8-Mini/i-QC-2G eMMC16SMARC 2.1 module with NXP i.MX 8M Mini Quad 14LPC FinFET processor with 4x 1.6GHz ARM Cortex-A53 and 1x 400MHz ARM Cortex-M4F, 2GB onboard LPDDR4 memory and 16GB onboard eMMC. Industrial temperature range.Zubehör051251SMX8-Mini/HSP-BHeat spreader solution for SMARC 2.0 conga-SMX8-Mini with NXP i.MX 8M Mini ARM processor. All standoffs are with 2.7mm bore hole051250SMX8-Mini/CSP-BPassive cooling solution for SMARC 2.0 module conga-SMX8-Mini with NXP i.MX 8M Mini ARM processor. All standoffs are with 2.7mm bore hole007010conga-SEVALEvaluation Carrier Board for SMARC 2.0 modules.020750conga-SMC1/SMARC-ARMCompact sized SMARC 2.0 Carrier Board for ARM based SMARC Modules27000001Design-In TrainingDesign-Training to develop carrier boards for Computer on ModulesBitte stellen Sie sicher, dass Sie stets die aktuellsten Version der Produktspezifikationen des Herstellers verwenden. Hersteller-Produktseite: conga-SMX8-MiniMCTX Mobile & Embedded Computers GmbH IST UM DIE RICHTIGKEIT UND AKTUALITÄT DER DATEN AUF DIESER WEBSEITE BEMÜHT, ÜBERNIMMT JEDOCH KEINERLEI ZUSICHERUNG BEZÜGLICH DES INHALTS. EINE HAFTUNG ODER GARANTIE FÜR DIE AKTUALITÄT, RICHTIGKEIT UND VOLLSTÄNDIGKEIT DER ZUR VERFÜGUNG GESTELLTEN INFORMATIONEN IST FOLGLICH AUSGESCHLOSSEN.Technische Unterstützung & System Integration Services
Alle Dokumente auf dieser Seite werden ohne Benachrichtigung aktualisiert.DatenblattHandbuch
Preis auf Anfrage
congatec conga-SMC1/SMARC-x86 - SMARC CPU-Modul Compact sized Carrier Board for x86 based SMARC 2.1 modules
.product-menu-page {
font-family: 'Ubuntu', sans-serif;
color: #3f4c58;
}
.text_bold {
font-weight: bolder;
}
.product-menu-page {
display: none;
}
.product-menu-page:target {
display: block;
}
.head_sec {
background-color: #e9e9f0;
color: #4B70B2;}
.col_a {
background-color: #798490;
}
.head_subsec {color: CornflowerBlue;
padding-top: 10px;padding-left: 10px;
padding-right: 25px;
vertical-align: bottom;
}
.chead {
border: 1px solid Lavender;
font-size: 90%;
font-weight: bolder;}
.ckey {
width: 25%;white-space: nowrap;text-align: left;font-size: 90%;
font-weight: bolder;
border: 1px solid Lavender;word-break: break-word;
}
.copt {
width: 25%;text-align: left;font-size: 90%;
font-weight: bolder;
border: 1px solid Lavender;word-break: break-word;
}
.cval {
width: auto;text-align: left;
border: 1px solid Lavender;
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;}
.rowspecsim {
font-size: 110%;
white-space: nowrap;text-align: left;
}
.column_1 {
width: 250px;white-space: nowrap;text-align: left;
}
.column_2 {
width: 250px;white-space: nowrap;text-align: left;
}
table {
margin-top: 10px;
width: 100%;
border-collapse: collapse;
table-layout: fixed;
}
th, td {
border: 1px solid White;text-align: left;
word-break: break-word;
font-size: 100%;
line-height: 1.5;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
}
th {
font-size: 90%;
padding-left: 25px;
}
td {
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
#prod_kf {
font-size: 100%;width: 100%;}
#prod_spec {
font-size: 100%;word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
#prod_spec_embed {
word-break: break-word;
font-size: 90%;
padding-top: 10px;width: 100%;}
#prod_disc {
font-size: 90%;
width: 100%;}
#prod_cpo {font-size: 90%;
width: 100%;
word-break: break-word;
}
#prod_var {
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
congatec conga-SMC1/SMARC-x86 - SMARC CPU-ModulCompact sized Carrier Board for x86 based SMARC 2.1 modules
Beispiel Menü
/* CSS-Variable für die Breite der schwarzen Buttons */
:root {
--black-button-width: 120px;
}
/* Menüleiste: Flexbox für gleichmäßig verteilte Menüeinträge */
ul.menu {
list-style-type: none;
margin: 0;
padding: 0;
background-color: white;
overflow: hidden;
font-family: 'Ubuntu', sans-serif;
display: flex; /* Flexbox */
width: 100%;
}
/* Menüeinträge */
li.menu-item {
padding: 0;
text-align: center;
border-right: 5px solid white;
display: block;
text-align: center;
text-decoration: none;
border-radius: 3px;
transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}
li.menu-item a {
display: block;
color: white;
text-align: center;
text-decoration: none;
padding: 10px 20px;
font-size: 16px;
font-weight: 500;
border-radius: 3px;
transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}
/* Stretch-Element */
.stretch {
flex-grow: 1;
height: 30px;
}
li.menu-item a:hover {
color: black !important; /* Ensures text color change on hover */
background-color: #f7c13d !important; /* Ensures background color change on hover */
}
/* Aktiver Menüeintrag: Hintergrundfarbe und Schriftgewicht bei Aktivierung */
li.menu-item a:active {
color: #2b3136; /* Textfarbe beim aktiven Zustand */
font-weight: bolder; /* Fettere Schrift */
background-color: CornflowerBlue; /* Hintergrundfarbe beim aktiven Zustand */
}
Datenblatt
Handbuch
System Integration
Unverbindliche Beratung: +49(0)7665 9390 185
ÜbersichtKey FeaturesCompact sized SMARC Carrier BoardSupport of x86 based SMARC 2.1 ModulesReady-to-use Carrier BoardPlatform for rapid customizingSupport of fast implementation and improved Time-To-MarketZubehör020751conga-SMC1/SMARC-x86Application Carrier Board for x86 based SMARC 2.0 modulesBitte stellen Sie sicher, dass Sie stets die aktuellsten Version der Produktspezifikationen des Herstellers verwenden. Hersteller-Produktseite: conga-SMC1/SMARC-x86MCTX Mobile & Embedded Computers GmbH IST UM DIE RICHTIGKEIT UND AKTUALITÄT DER DATEN AUF DIESER WEBSEITE BEMÜHT, ÜBERNIMMT JEDOCH KEINERLEI ZUSICHERUNG BEZÜGLICH DES INHALTS. EINE HAFTUNG ODER GARANTIE FÜR DIE AKTUALITÄT, RICHTIGKEIT UND VOLLSTÄNDIGKEIT DER ZUR VERFÜGUNG GESTELLTEN INFORMATIONEN IST FOLGLICH AUSGESCHLOSSEN.Technische Unterstützung & System Integration Services
Alle Dokumente auf dieser Seite werden ohne Benachrichtigung aktualisiert.DatenblattHandbuch
Preis auf Anfrage
congatec conga-SMC1/SMARC-ARM - SMARC CPU-Modul Compact sized Carrier Board for ARM based SMARC 2.0 modules
.product-menu-page {
font-family: 'Ubuntu', sans-serif;
color: #3f4c58;
}
.text_bold {
font-weight: bolder;
}
.product-menu-page {
display: none;
}
.product-menu-page:target {
display: block;
}
.head_sec {
background-color: #e9e9f0;
color: #4B70B2;}
.col_a {
background-color: #798490;
}
.head_subsec {color: CornflowerBlue;
padding-top: 10px;padding-left: 10px;
padding-right: 25px;
vertical-align: bottom;
}
.chead {
border: 1px solid Lavender;
font-size: 90%;
font-weight: bolder;}
.ckey {
width: 25%;white-space: nowrap;text-align: left;font-size: 90%;
font-weight: bolder;
border: 1px solid Lavender;word-break: break-word;
}
.copt {
width: 25%;text-align: left;font-size: 90%;
font-weight: bolder;
border: 1px solid Lavender;word-break: break-word;
}
.cval {
width: auto;text-align: left;
border: 1px solid Lavender;
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;}
.rowspecsim {
font-size: 110%;
white-space: nowrap;text-align: left;
}
.column_1 {
width: 250px;white-space: nowrap;text-align: left;
}
.column_2 {
width: 250px;white-space: nowrap;text-align: left;
}
table {
margin-top: 10px;
width: 100%;
border-collapse: collapse;
table-layout: fixed;
}
th, td {
border: 1px solid White;text-align: left;
word-break: break-word;
font-size: 100%;
line-height: 1.5;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
}
th {
font-size: 90%;
padding-left: 25px;
}
td {
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
#prod_kf {
font-size: 100%;width: 100%;}
#prod_spec {
font-size: 100%;word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
#prod_spec_embed {
word-break: break-word;
font-size: 90%;
padding-top: 10px;width: 100%;}
#prod_disc {
font-size: 90%;
width: 100%;}
#prod_cpo {font-size: 90%;
width: 100%;
word-break: break-word;
}
#prod_var {
word-break: break-word;
font-size: 90%;
padding-top: 10px;
padding-left: 25px;
padding-right: 25px;
vertical-align: top;
}
congatec conga-SMC1/SMARC-ARM - SMARC CPU-ModulCompact sized Carrier Board for ARM based SMARC 2.0 modules
Beispiel Menü
/* CSS-Variable für die Breite der schwarzen Buttons */
:root {
--black-button-width: 120px;
}
/* Menüleiste: Flexbox für gleichmäßig verteilte Menüeinträge */
ul.menu {
list-style-type: none;
margin: 0;
padding: 0;
background-color: white;
overflow: hidden;
font-family: 'Ubuntu', sans-serif;
display: flex; /* Flexbox */
width: 100%;
}
/* Menüeinträge */
li.menu-item {
padding: 0;
text-align: center;
border-right: 5px solid white;
display: block;
text-align: center;
text-decoration: none;
border-radius: 3px;
transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}
li.menu-item a {
display: block;
color: white;
text-align: center;
text-decoration: none;
padding: 10px 20px;
font-size: 16px;
font-weight: 500;
border-radius: 3px;
transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}
/* Stretch-Element */
.stretch {
flex-grow: 1;
height: 30px;
}
li.menu-item a:hover {
color: black !important; /* Ensures text color change on hover */
background-color: #f7c13d !important; /* Ensures background color change on hover */
}
/* Aktiver Menüeintrag: Hintergrundfarbe und Schriftgewicht bei Aktivierung */
li.menu-item a:active {
color: #2b3136; /* Textfarbe beim aktiven Zustand */
font-weight: bolder; /* Fettere Schrift */
background-color: CornflowerBlue; /* Hintergrundfarbe beim aktiven Zustand */
}
Datenblatt
Handbuch
System Integration
Unverbindliche Beratung: +49(0)7665 9390 185
ÜbersichtKey FeaturesCompact sized SMARC 2.0 Carrier BoardReady-to-use Carrier BoardPlatform for rapid customizingSupport of fast implementation and improved Time-To-MarketZubehör020750conga-SMC1/SMARC-ARMCompact sized SMARC 2.0 Carrier Board for ARM based SMARC ModulesBitte stellen Sie sicher, dass Sie stets die aktuellsten Version der Produktspezifikationen des Herstellers verwenden. Hersteller-Produktseite: conga-SMC1/SMARC-ARMMCTX Mobile & Embedded Computers GmbH IST UM DIE RICHTIGKEIT UND AKTUALITÄT DER DATEN AUF DIESER WEBSEITE BEMÜHT, ÜBERNIMMT JEDOCH KEINERLEI ZUSICHERUNG BEZÜGLICH DES INHALTS. EINE HAFTUNG ODER GARANTIE FÜR DIE AKTUALITÄT, RICHTIGKEIT UND VOLLSTÄNDIGKEIT DER ZUR VERFÜGUNG GESTELLTEN INFORMATIONEN IST FOLGLICH AUSGESCHLOSSEN.Technische Unterstützung & System Integration Services
Alle Dokumente auf dieser Seite werden ohne Benachrichtigung aktualisiert.DatenblattHandbuch
Preis auf Anfrage