i.MX Solutions Knowledge Base

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

i.MX Solutions Knowledge Base

Labels
  • General 294

Discussions

Sort by:
iWave Systems, Proven Partner of Freescale Semiconductor and a leading Embedded Hardware, FPGA and Software Turnkey Design Services and Solutions company, presents improved i.MX 6 Qseven Development Board RainboW-G15D that supports following  sensors: 3-Axis Accelerometer Digital e-Compass Ambient Light Sensor Altimeter/Barometer These sensors interfaced with the iMX6 processor using I2c interface for internal communication and data transfer and also possess INT (interrupt) signal to interrupt the processor about the data. The RainboW-G15D development kit with Linux 3.0.35 BSP supports these various sensors. 3-Axis Accelerometer: This Accelerometer sensor is used for Static orientation detection (Portrait/Landscape, Up/Down, Left/Right, Back/Front position identification). Motion detection for power saving (Auto-SLEEP and Auto-WAKE). Shock and vibration monitoring. Digital e-Compass: The digital e-compass sensor is used for measuring magnetic fields with an output date rates up to 80Hz (ODR). It acts as electronic Compass with accurate heading information. Location Based Services. Ambient Light Sensor: The ambient light sensor is used for measuring the light rays, it uses the photo detectors to convert the light energy into electrical energy. Altimeter/Barometer: This sensor is used for Measuring the pressure/altitude and temperature, it uses ADC to convert physical parameter into electrical. About i.MX6 Qseven Development Board: The Development Platform incorporates Qseven compatible i.MX6x SOM which is based on Freescale's iMX 6 Series 1.2GHz multimedia focused processor and Generic Q7 compatible Evaluation Board. This platform can be used for quick prototyping of any high end applications in verticals like Automotive, Industrial & Medical. Being a nano ITX form factor with 120mmx120mm size, the board is highly packed with all necessary on-board connectors to validate complete iMX6 CPU features. About i.MX6 Qseven System On Module (SOM): iW-RainboW-G15M is Freescale's i.MX6 based Qseven compatible CPU module for faster and multimedia focused applications. The module has on-board expandable 1GB DDR3 RAM, micro SD slot and optional eMMC flash. With the extreme peripheral integration, the module supports industry latest high performance interfaces such as, PCIe Gen2, Gigabit Ethernet, SATA 3.0, HDMI 1.4 and SDXC etc. About iWave Systems: iWave has been an innovator in the development of “Highly integrated, high-performance, low-power and low-cost i.MX6/i.MX50/i.MX53/i.MX51/i.MX27 SOMs”. iWave helps its customers reduce their time-to-market and development effort with its products ranging from System-On-Module to complete systems. The i.MX6 Pico ITX SBC is brought out by iWave in a record time of just 5 weeks. Furthermore, iWave’s i.MX6/i.MX50/i.MX53/i.MX51/i.MX27 SOMs have been engineered to meet the industry demanding requirements like various Embedded Computing Applications in Industrial, Medical & Automotive verticals. iWave provides full product design engineering and manufacturing services around the i.MX SOMs to help customers quickly develop innovative products and solutions. For more details: i.MX6 Q7 Development Kit | iWave Systems email: mktg@iwavesystems.com
View full article
The Solution of the Month is the Freescale i.MX6 based Qseven QMX6 a collaboration by Adeneo Embedded and congatec AG Adeneo Embedded is proud to announce its collaboration with congatec on the Freescale i.MX6 based Qseven QMX6 computer-on-module. Congatec is a leading supplier of industrial computer-on-modules supporting the ETX, XTX, COM Express and Qseven form factors.  The conga-QMX6 module was designed to the industry standard Qseven form factor. congatec’s products can be used in a variety of industries and applications, such as industrial automation, medical technology, automotive supplies, aerospace and transportation. Following the design-in phase, customers are given support via extensive product lifecycle management.   Adeneo Embedded has jointly developed and maintains Windows Embedded Compact, Linux and Android BSPs for the conga-QMX6 Qseven module. The combined expertise of both companies on h/w and s/w provides unmatched support to customers in enabling them to move quickly with their designs.   Adeneo Embedded continuously updates the BSP with feature updates and improvements. More information about this product and also other Freescale products supported by Adeneo Embedded can be found at http://www.adeneo-embedded.com/Products/Board-Support-Packages/Congatec-conga-QMX6-BSPs Contact Adeneo Embedded @ sales@adeneo-embedded.com
View full article
iMX6Q SABRE Lite WEC2013 Solution from Adeneo Embedded
View full article
LTC3676 datasheet Features Quad I 2 C Adjustable High Efficiency Step Down DC/DC Converters: 2.5A, 2.5A, 1.5A, 1.5A Three 300mA LDO Regulators (Two Adjustable) DDR Power Solution with V TT and VTTR Reference Pushbutton ON/OFF Control with System Reset Independent Enable Pin-Strap or I 2 C Sequencing Programmable Autonomous Power-Down Control Dynamic Voltage Scaling Power Good and Reset Functions Selectable 2.25MHz or 1.12MHz Switching Frequency Always Alive 25mA LDO Regulator 12μA Standby Current Low Profile 40-Lead 6mm × 6mm × 0.75mm QFN Package Linux Driver Instructions (Please note that this is a Beta Release Version) The driver is good reference code to illustrate how to communicate with LTC3676 via I2C. The .zip file also includes a test app and readme.txt with instructions. It has been tested with i.MX6Q NovPek board from NovTech. It is configured for the LTC3676-1 but also support LTC3676 by simply changing a flag and there are comments about the minor difference between the -1 and non-1 for the driver. Here is the description and instructions also contained in the included readme file: This package contains the linux driver for LTC3676 and LTC3676-1. It has been tested with i.MX6Q. It also includes a test app. It is configured for the LTC3676-1 but there are internal comments about the minor difference between the -1 and non-1 for the driver. Here are general instructions on how to include this new driver in the Linux build using ltib. You can also see that it is tested with linux-3.0.35 that Freescale has used for i.MX6. 1) cd ltib/rpm/BUILD/linux-3.0.35 (Where your Ltib folder is stored). 2) extract zip file: tar -zxpf LTC3676_Driver.tar.gz 3) Run LTIB configure: ./ltib -c 4) Select "Configure the kernel", exit, and yes to save. 5) When Kernel Menu appears, select "Device Drivers". 6) Select "Voltage and Current Regulator Support". 7) Select "Linear LTC3676 Regulator Driver" to compile into kernel. Don't build as a module. 😎 Exit and Save. 9) Ltib should build the kernel with the driver. Application Instructions: This builds in the ltc3676_1_test application to allow a user to check the regulators and dynamically change the voltage on the ARM core rail. The voltage movement is small to not push the i.MX6 outside normal operation. This test application does not have any overvoltage error checking for safety. It also does not change the processor frequency. It just tests the basic LTC3676 driver operation. 1) cd ltib (Where your Ltib folder is stored). 2) Run "./ltib -m prep -p imx-test" 3) Move the ltc3676_test folder extracted from this tar file: "mv rpm/BUILD/linux-3.0.35/ltc3676_test rpm/BUILD/imx-test-12.09.01/test/." 4) Run "./ltib -m scbuild -p imx-test" 5) Run "./ltib" 6) Burn SD Card, "./mk_mx6_sd -ukr /dev/sdb", /dev/sdb is the name of the SD card. 7) Safely Remove SD Card and install in NOVPEK board. 😎 Power and boot to Linux. 9) Run "cd /unit_test " 10) Run Application, ./ltc3676_1_test i.MX6 Board from NovTech (Click on this link) Schematics for LTC3676-1 Linear Technology Power Plug in Board available. Contact your local Linear Technology sales office Gerard Velcelean (gvelcelean@linear.com) or Steve Knoth (sknoth@linear.com) if you have any questions.
View full article
iWave's i.MX6 Quad/Dual development kit Rainbow-G15D integrates all standard interfaces into a highly integrated Nano ITX form factor that can be utilized across multiple Embedded PC, Systems and Industrial Designs. It has got all the necessary functions that the embedded application demands. i.MX6 Quad/Dual development kit is supported with Windows Embedded Compact 7 Board Support Package which includes all the major peripherals and devices supported by i.MX6 CPU. With UART debug, CAN and Ethernet, this BSP provides efficient debug and communication support. With SD/MMC, USB and SATA, this BSP provides efficient storage interfaces. The OpenGL and OpenVG provides rich graphics which is further accelerated by the 2D and 3D hardware accelerator of i.MX6 processor. The user can develop rich graphical user interface with Silverlight 3.0 and Expression Blend. Active sync is also available to synchronize the device. iWave Systems has implemented dual display feature on Rainbow G15D which displays the same clone content on two different LVDS display panels. Here we have two LVDS LCDs of XGA resolutions displaying the WEC7 desktop in Rainbow G15D platform. Two 10.4” LVDS LCDs are connected to the i.MX6 Quad CPU. Now you are viewing 1080p MPEG4 video playback on both the LCD screens. Video: http://www.youtube.com/watch?v=BlVOPSjjJq8 Video Link : 1413
View full article
Freescales i.MX 6 family provides product developers with the computing power of consumer applications for use in the industrial and automotive sector. Rich Industrial Interfaces i.MX 6 processors offer a wide range of interfaces that render these devices suitable for industrial use. These include Gigabit Ethernet, PCI Express and SATA 2 that are integrated into the processor. The two Flex CAN interfaces make i.MX 6 processors specifically suitable for automotive as well as industrial applications. All interfaces provide an I/O voltage of 3.3 V. Accordingly, in most use cases there is no extensive signallevel adjustments are needed for design-in of the processor, thus simplifying peripheral circuitry design. The phyFLEX-i.MX 6 System on Module Highlights The i.MX 6 controller (Cortex-A9) can internally comprise one, two or four cores.This means that the computing power of the same controller is scalable i.MX6 Single, Dual, Quad core Up to 1,2 GHz / core VPU, IPUv3H, GPU2Dv2, OpenVG 1.2 Up to 4 GB DDR3 / 16 GB NAND SD/SDIO/MMC USB 2.0 OTG and Host PCIe, SATA II CAN, UART, SPI, I 2 C, I2S Camera interface Up to 4 displays + HDMI Linux and Compact 7 BSPs phyFLEX-i.MX6 interfaces are routed to our high-density PCB interconnects on the underside of the SOM. Design the mating connectors on your carrier board. HARDWARE-MANUAL    ---    LINUX QUICKSTART    ---    WINDOWS EMBEDDED COMPACT 7 QUICKSTART
View full article
Windows Embedded Compact 7 (WEC7) BSP customizations by iWave Systems for Freescale’s SABRE SDP/B platform now supports power management. Power management was successfully developed for the i.MX6 multicore platform and tested for the standard suspend and resume functionalities. The processor enters into dormant mode and consumes the least power. As of now, iWave has reduced it to consume as much power as it is currently uses in Linux and Android. i.MX6Q has four CPU cores. The suspend power state not only turns off 3 CPU cores, but also puts the primary CPU on low power mode. On resuming, all 4 cores restart successfully.The process of Power management is being intelligently handled in order to reduce the power consumption to a greater extent. The Power consumption in the idle mode is 800mA whereas in the deep sleep mode it is 380mA, which is very much lesser than in the idle mode. Power Management for multicore processors can be used in a wide variety of handheld devices like tablets, video cameras, mobile phones and other entertainment solutions.  http://www.youtube.com/watch?v=5vED0_U20Cc
View full article
CPU: ARM Cortex-A9,FreeScale i.MX6Q1Ghz/1.2Ghz 1024M Byte  DDR3 SDRAM,4G BYTE eMMC Flash 5 usart , USB Host,USB OTG 124 bits TFT port ,dual LVDS output  and HDMI IIC*2,McSPI*3,CAN*2,SD card *3,6*6 keyboard 120 pin conn *2 FR4 PC size:84*55(mm)
View full article
Connect any Android-based M2M device seamlessly with Device Cloud by Etherios and instantly build solutions for the Internet of Things (IoT). This set of libraries, plug-ins, samples and tools simplifies the development of Device Cloud applications for Android devices (Android version 2.2 and later). Easy and immediate integration of IoT cloud connectivity into applications Supports any Android device version 2.2 and greater Two-way messaging for full cloud-to-device messaging and control Device management and troubleshooting tools including configuration edits, firmware updates and device reboots Application development tools Remote file system management Secure connections Installation via Eclipse Update Manager The download includes:  Eclipse plug-ins that extend the functionality of the IDE, simplifying development Cloud Connector for Android library, including an API that allows Device Cloud communication with just a few lines of code Examples and demos (Android and Web applications), with source code included Comprehensive documentation, including a Getting Started Guide, a General Users Manual and an API reference Visit Cloud Connector for Android and download the free Cloud Connector for Android. For an overview of the Device Cloud by Etherios IoT solution, please also take a look at Device Cloud: Driving the Internet of ANYthing
View full article
iWave Systems launched Industry's latest Pico ITX Board around Freescale Semiconductor’s i.MX 6 Solo/Dual Lite processor which is iWave’s 4th design based on i.MX6 CPU. Pico-ITX is the industry’s smallest motherboard form factor which inspires innovative system designs and allows Single Board Computers to be accessible for a new generation of smaller computing and connecting devices. Measuring just 10cm x 7.2cm, iWave’s i.MX6 SBC is a highly integrated platform for increased performance in “Intelligent Industrial Control Systems, Industrial Human Machine Interface, Ultra-Portable Devices, Home Energy Management Systems and Portable Medical Devices”. iMX6 Pico ITX SBC Board iWave’s Pico ITX SBC is based on  i.MX6 Dual Lite/Solo based dual/single core ARM Cortex™-A9 core which can operate up to 1GHz with 2D/3D graphics accelerators, 1080p video encode & decode, and integrated power management. The design is also compatible with i.MX6 Quad & Dual processors. The platform is designed keeping extended temperature in mind, which can operate form -20C to +85C temperature range. The i.MX6 Pico ITX SBC supports the following features;  CPU: i.MX6 Dual Lite/Solo, (Quad /Dual compatible) RAM: 512MB DDR3 (Expandable up to 2GB) PMIC: Freescale MMPF0100 Debug Console: RS232 to USB Micro-AB connector USB OTG connector Dual USB Host Connector Micro SD Slot (default boot device) Standard SD/SDIO Slot 10/100/1000Mbps Ethernet Half mini PCIe card connector HDMI Port LVDS connector with Backlight 4-wire Resistive Touch controller AC97 Audio Codec with Audio Out Jack & Audio In Header 8bit CMOS Camera Connector 2 Lanes MIPI Camera connector CAN1 Header 4 Position user  Dip Switch & status LEDs Optional eMMC Support Optional SATA 7pin Connector 80mils Expansion Header-84 pin           o MIPI DSI  SPI CSI0 Camera interface CAN2 Interface UART s- 3 Ports I2C- 3 Ports GPIOs Optional LVDS1 interface Optional MLB 6pin & 3 pin signals Power Input: 5V, 2A (2.5mm Jack) Form factor: Pico ITX (100 x 72mm) Operating temperature range:  -20°C to +85°C OS Support: Linux 3.0.35, Android 4.0*, WEC7* The Pico ITX module will be supported for minimum 7 years. :smileyinfo: http://www.iwavesystems.com/product/development-platform/i-mx6-pico-itx-sbc/i-mx6-pico-itx-sbc.html Email: mktg@iwavesystems.com iWave Launches Industry's first i.MX6 SoloDual Lite based Pico-ITX Single Board Computer - YouTube
View full article
iWave Systems Technologies Pvt. Ltd., a leading innovative Embedded Product Engineering Services company headquartered in Bangalore, launches “i.MX 6 SBC - Industry's latest Pico ITX Board around Freescale Semiconductor’s i.MX 6 Solo/Dual Lite processor which is iWave’s 4th i.MX 6 based design” on 26-02-2013 in Embedded World 2013 Nuremberg Germany. Measuring just 10cm x 7.2cm, iWave’s i.MX6 SBC is a highly integrated platform for increased performance in “Intelligent Industrial Control Systems, Industrial Human Machine Interface, Ultra Portable Devices, Home Energy Management Systems and Portable Medical Devices”. The i.MX 6 Solo/Dual Lite with ARM Cortex™-A9 single/dual cores running up to 1.0 GHz includes 2D and 3D graphics processors, 1080p video processing, and integrated power management. Each processor provides 32/64-bit DDR3/LVDDR3/LPDDR2-800 memory interface and a number of other interfaces for connecting peripherals, such as WLAN, Bluetooth™, GPS, hard drive, displays, and camera sensors. iWave’s new i.MX6 Solo/ Dual Lite based Pico ITX SBC integrates all standard interfaces into a single board with ultra-compact platform that can be utilized across multiple embedded PCs, systems and industrial designs. The i.MX6 SBC from iWave with its features like DDR3 RAM, Dual Display, Dual camera inputs, Gigabit Ethernet, Micro SD & SD slots, Dual USB 2.0 hosts, USB 2.0 OTG, Audio Out/In & serial interfaces, enables developers/users to quickly develop/implement their application needs around i.MX6 processor and optimize the “development effort and time to market” of their products. The i.MX6 SBC from iWave helps to reduce system cost, supports ultra-small form factor, wide operating temperature range from -20 0 C to +85 0 C and is backed with a minimum five years longevity support. Highlights of iWave’s i.MX6 SBC: ARM Cortex A9@ 1GHz Dual Lite/Solo core 10cm x 7.2cm Pico-ITX form factor Single Board Computer HD 1080p encode and decode,3D video playback in high definition Includes HDMI v1.4, MIPI and LVDS display ports, MIPI camera, Gigabit Ethernet, multiple USB 2.0 and PCI Express Comprehensive security features include cryptographic accelerators, high-assurance boot and tamper protection Technical &quick customization support with 5+ years, Long term support About iWave Systems: iWave has been an innovator in the development of “Highly integrated, high-performance, low-power and low-cost i.MX6/i.MX50/i.MX53/i.MX51/i.MX27 SOMs”. iWave helps its customers reduce their time-to-market and development effort with its products ranging from System-On-Module to complete systems. The i.MX6 Pico ITX SBC is brought out by iWave in a record time of just 5 weeks. Furthermore, iWave’s i.MX6/i.MX50/i.MX53/i.MX51/i.MX27 SOMs have been engineered to meet the industry demanding requirements like various Embedded Computing Applications in Industrial, Medical & Automotive verticals. iWave provides full product design engineering and manufacturing services around the i.MX SOMs to help customers quickly develop innovative products and solutions. For more details, please visit: http://www.iwavesystems.com/product/development-platform/i-mx6-pico-itx-sbc/i-mx6-pico-itx-sbc.html email: mktg@iwavesystems.com
View full article
Windows Embedded Compact 7 Board Support Package for Freescale(R) Semiconductor’s Smart Applications Blueprint for Rapid Engineering (SABRE) Platform for Smart Devices based on the i.MX 6 Quad processor iWave Systems, a genuine embedded service provider, announces the official release of Windows Embedded Compact 7 Board Support Package (BSP) for Freescale(r) Semiconductor’s SABRE platform for smart devices based on the i.MX 6Quad applications processor. The BSP includes the advanced features which enable the Original Equipment Manufacturers (OEMs) to quickly prototype their solution around Freescale’s i.MX 6 series processor together with the flexibility and robustness offered by Windows Embedded Compact 7. With BSP support and customization offered by iWave, OEMs can build the advanced embedded devices with reduced cost and an early time to market approach. The BSP is targeted for Freescale’s SABRE platform for smart devices which is powered by the i.MX 6Quad applications processor and MMPF0100 Freescale PMIC. The BSP provides support for the advanced multimedia and connectivity options that can be used in high-performance and cost effective consumer, industrial and medical devices. The Windows Embedded Compact 7 BSP release for the SABRE platform supports the major features sets such as storage, networking, display and multimedia. Also the BSP can be quickly customized for the specific need of the customer, which results in quick time to market and lowers the overall development cost. BSP also includes the premium features such as Multimedia framework and OpenVG/OpenGL ES for graphics processing which utilizes the Video Processing Unit (VPU) and Graphics Processing Unit (GPU) capabilities of i.MX 6 series processors. These features make the BSP package ideal for rich multimedia and high-end 3D graphics-based devices such as consumer, industrial and medical tablets and IVI systems. The BSP supports SATA 3.0 and Standard SD/SDIO for storage, Ethernet for networking and LVDS/HDMI 1080p for display options. It also includes the driver for VPU to support the hardware based media compression and decompression (Codec) for industry standard media formats such as H.264, MPEG-4 and H.263 for multimedia applications. Windows Embedded Compact 7 brings in real-time computing capabilities along with support for multi-processing with Symmetric Multi-Processing (SMP), extended RAM support and rich user interface support with Microsoft Silverlight for Windows Embedded. Windows Embedded Compact 7 also provides the developers with rich tools for rapid application development and debugging, which creates a powerful software environment for the development of embedded applications. For more details please visit: http://www.iwavesystems.com/product/board-support-packages/wec7-on-i-mx6-sabre-sdp/wec7-on-i-mx6-sabre-sdp.html “We are pleased to launch Windows Embedded Compact 7 on Freescale’s SDP which supports the major feature sets such as Storage, Networking, Display & Multimedia” says M A Mohamed Saliya, Managing Director, iWave Systems. “Our solution enables faster and easier customization for optimising the product development cycle time, ensuring the best quality.” “We are excited to work with our Windows Embedded partner iWave Systems to help OEMs bring high performing, reliable and differentiated devices based on Windows Embedded Compact 7 to market more quickly”, said Steven Bridgeland, product manager for Windows Embedded at Microsoft. “Working together with iWave Systems continues to be at the forefront of innovation in specialized devices, creating new opportunities to develop innovative connected devices for intelligent systems across the enterprise and industrial applications.” “iWave’s feature rich WEC7 BSP for Freescale’s SABRE platform for smart devices based on i.MX 6Quad is highly helpful for quick prototyping and this BSP can be customized for any end product in very short possible time.   iWave has vast expertise in WinCE BSP and in-house technical support for various Freescale processors from  i.MX27, i.MX51, i.MX53 to i.MX 6 series, this has been beneficial to many of our product customers as iWave reference designs have helped streamline their cycle time”. Ken Obuszewski, Director of i.MX Product Marketing of Freescale’s Microcontroller Group About iWave Systems: iWave systems brings the expertise of building Windows Embedded based solutions on latest ARM platforms, with deep technical expertise in providing the Board Support Packages(BSP) for various ARM core platforms such as from Freescale and Texas Instruments. The BSP completely confronts to the Microsoft’s PQOAL (Production quality OEM Adaption layer) specification which follows layer based architecture for separating the OEM specific code from generic part of the code.
View full article
Dear i.MX Partners,   The i.MX  technical support team understands the importance of supporting effort towards establishing a vast and valuable ecosystem for i.MX products.  We are here to help you!  If you have technical questions or encounter problems in the use or development of an i.MX product, please use the following procedure to submit a discussion in the i.MX  Community, and receive priority attention.    In order to be recognized as one of our valued partners, we require that you make your company name visible to “Everyone” in your member profile 2 and add two separate tags 1 to every discussion you create: The word “partner” <Your company‘s name>   Partner support requests will be escalated to i.MX Support team on a high-priority 3 basis.  Valid support requests include questions about, or problems encountered on, our standard products, e.g., BSP, documentation or development platforms.   This invitation is open to all current NXP/i.MX  partner companies, including members of NXP Connect and those in the i.MX Partner Program.  In order to facilitate a clear escalation path, Please use @mention 4 to notify your NXP contacts 5 , so they are aware of your request and can track the status of your issue”   For questions or issues that contain sensitive or confidential information: Create a discussion in the i.MX Community that generically describes the issue or question, and request private support.  A “Private Discussion” (PD) will be initiated by a technical support representative assigned to your issue, and sent to you and any contacts you have @mentioned 4 .  The discussion and response will take place in the PD, invisible to the public.  Upon issue closure, the partner is expected to generically summarize the problem and solution in the original public discussion for the benefit and general education of the community on the issue.   Thank you! NXP Support Community     Footnotes: TAGS are free-form text you can enter in the space designated for tags, or in the body of a discussion prefaced by “#”. For more information, please search for “tags” in the community. This is done by clicking on the down-arrow icon next to your name in the top-right corner of any community page, selecting “Edit Profile & Privacy”, selecting the “Privacy Settings” tab, and then changing the Company Name visibility to “Everyone”. Your discussion will be escalated 6 to an NXP support representative and assigned on a priority basis.  Priority will always be elevated above other community support requests and can be significantly higher based on your status with NXP and your company’s participation level in the i.MX community. @mention is a method where you type “@” followed by the community username of the person you would like to be notified.  For more information, please search for “@mention” in the community. Your NXP contact is a person most familiar with your support request.  It can be your relationship manager, or anyone who has familiarity with your activity.  This will be your inquiry and escalation contact. The escalation and assignment process occurs through a private (invisible) process.  The assigned person will contact you directly if additional information or discussion is required. At this time it is not our standard practice to communicate the assignment.  Please use the NXP contact(s) who were @mentioned 4 in the discussion to provide a status of the issue.  The original discussion will remain in the public community as an opportunity for others to contribute.    
View full article