Embedded module TQMa117xL
Frequently Asked Questions
General Information
Where can I find documentation for the module and baseboard?
All TQ Systems products come with comprehensive documentation to help you get started and integrate our hardware into your designs.
Publicly Available User Manuals & Datasheets
The following documents can be downloaded directly from our Website (no login required) for the desired product:
User Manual (Baseboard)
Detailed hardware descriptions, installation steps, jumper settings, connector layouts and troubleshooting tips.
User Manual (Module)
Electrical specifications, interface overviews, software setup guides and reference tables.
Datasheets
Absolute maximum ratings, timing diagrams and ordering information.
Customer Info Archive (Starter Kit Customers)
The archive includes:
- Mainboard schematic & placement diagram
- Module CAD files (native format)
- Module mechanical dimensions (2D/3D drawings)
- Pinmuxing configuration (recommended device tree fragments)
- Pinout reference (signal assignments, voltage domains)
- Design checklist (layout guidelines, EMI/ESD considerations)
- Processing instructions (LGA Modules)
How can I automate the flashing process for production?
The NXP Secure Provisioning Tool can generate a Manufacturing Package that contains the binary to be flashed and platform-specific scripts (Mac, Linux, Windows) with your exact manual flashing configuration. You can create this package in the “Write image” tab of the Secure Provisioning Tool by clicking the button next to “Start flashloader”.
Software
How can I use the internal RAM of the M7-core?
The example linker script MIMXRT1176xxxxx_cm7_ram.ld in the BSP repository shows how to properly configure and utilize the different internal RAM regions of the RT1170 processor. It demonstrates optimal memory allocation by placing code in fast ITCM, non-cacheable data in OCRAM1, and regular data/stack/heap in OCRAM2 for maximum performance.
You can find more information about the internal RAM in the NXP Reference Manual for the RT1170.