Skip to main content

Arch Mix

Arch Mix is a thin, lightweight development board based on NXP i.MX RT1052 processor(3020 CoreMark/1284 DMIPS @ 600 MHz). Which makes it suitable for industrial control, especially for scenes with large code and high real-time application requirements.

The i.MX RT1052 is a new processor family featuring NXP’s advanced implementation of the Arm Cortex®-M7 core. Currently, the i.MX RT1052 is the highest performing Cortex-M7 solution delivering 3036 CoreMarks, which is 13 times better than the LPC1788 microcontroller. In addition to the high-speed performance it provides fast real-time responsiveness. The i.MX RT1050 also has rich audio and video features, including LCD display, basic 2D graphics, camera interface, SPDIF, and I2S audio interface.

attention

The Initial Firmware of Arch Mix is RT-Thread which is depreciated, please follow this wiki to flash the Arduino Bootloader into Arch Mix and use it as Arduino Dev board.

Application Ideas

  • Industrial Control
  • Smart Building
  • Industrial Human Machine Interfaces
  • Automation & Process Control
  • Robot

Feature

  • ARM® Cortex®-M7 600MHz microcontroller(NXP i.MX RT1052)
  • Ultra-fast system loading speed
  • Rich peripheral interface: RMII, CAN, I2C, UART, CSI, I2S, ADC, SPDIF IN/OUT, SWD
  • Smaller than other Demo boards of RT1052/1050: 67mm x 39mm

Specification

ParametersValue
Processor: NXP i.MX RT1052
PlatformARM Cortex-M7 MPCore
Frequency600 MHz
Boot ROM96KB
ON-Chip RAM512KB
Memory
SDRAM32MB
QSPI Flash8MB
HyperFlash(Optional)64MB
Connectivity
USB 2.0 Hostx1
USB 2.0 OTG, and DC 5V Power Inx1
Boot configuration DIP switchx1
LEDPower LED x1
User RGB LED x1
ButtonsReset button x1, On/Off button x1, User button x1
24bit RGB LCD interfacex1
Micro SD card connectorx1
RTC 3V battery connectorx1
22Pin headerRMII, CAN, I2C, UART, CSI, I2S,
ADC, SPDIF IN/OUT, SWD
Table 1.Specification

Hardware Overview

Figure 1. Front Hardware Overview

Figure 2. Back Hardware Overview
note
*0 You need to power the Arch Mix by the USB OTG port. For the difference between the USB HOST and USB OTG, Please check [here](https://www.quora.com/What-is-the-difference-between-USB-host-VS-USB-OTG).

*1 We provide two options for the flash, you can use 64M HyperFlash(U7-default DNP) or 8M QSPI Flash(U11-default selection).

*2 After the board is powered by USB OTG, you can switch the system on and off by pressing and holding(about 3~5 seconds) this button.

*3 Please note that this port is a 1.25mm CR2032 Battery port, do not plug in a Li-Po battery. If you want to use the RTC function, you can search the ‘CR2032 Battery with Wire Leads’ in the Amazon or other web.

Power

Please supply power through the Micro-USB OTG port.

Danger
  • The input power supply voltage is 5V, can not exceed 5.5V.
  • All digital and analog IO interface levels are 3.3V. Please do not input more than 3.3V, otherwise the CPU may be damaged.
  • RTC's battery-powered interface(J6) can only be connected to a button battery of about 3V, and the voltage cannot exceed 3.6V.

Switch

The Arch Mix can be configured into three different boot modes: HyperFlash, QSPI Flash and SD Card. We use QSPI Flash by default, when you change the boot mode, you need to change the DIP switch to the corresponding position.

DEVICEBOOT_CFGSW1 four keys value
HyperFlash0x02_000 , 1 , 1 , 0
QSPI Flash0x00_000 , 0 , 1 , 0
SD0x00_401 , 0 , 1 , 0
Table 2.BOOT Configuration

Button

There are three buttons on this board, please check the function table.

NameFunctionDetail
SW2User ButtonFor user configure, for this development board No. 125 pin is SW2
SW3RESETSystem reset, when you press this button the system will restart
SW4Power On/OFFSwitch the system on and off by pressing and holding(about 3~5 seconds) this button
Table 3.Button Function table

LCD Interface

As you can see, there is a 50 pin LCD Interface on this board, it Support up to 1366 x 768 WXGA resolution. In case you need a LCD screen for this board, you can use the LCD8000 serial screen. Check the links below.

LCD from NXP
LCD from Embest

Pinout

Figure 3. Pinout, ckick the image to view the original file
tip

Most of the pins of NXP i.MX RT1050 processor have multiplexing function, you can click the attachment below to view the detailed pin multiplexing.

Arch Mix Pin Definition Table

Blcok Diagram

Figure 4. Arch Mix Blcok Diagram, ckick the image to view the original file

Dimension Diagram

Figure 5. Board Dimension, Unit(mm)

Flashing Arduino Bootloader to Arch Mix

You can now flash the Arduino bootloader to the Arch Mix and use it like a Arduino board! This may be one the of most powerful (Cortex M7) Arduino board in the market.

Switch Settings

Make sure it is running from the QSPI where switches are in order:

  • 0010

Hardware Required

  • Arch Mix x 1

  • J-Link Debug Probes x 1

Getting Started

  • Download and install the J-Flash software from the official site according to your PC's OS.

  • Find the installed path of J-Flash and make the following changes.

  • Navigate the installed location: SEGGER/JLink_V686/Devices/NXP/iMXRT105x.

For example, for macOS, my installed path is : /Applications/SEGGER/JLink_V686/Devices/NXP/iMXRT105x

  • Download and unzip the iMXRT105x.zip, paste and replace the files into this path.
  • Navigate back to the root location of SEGGER/JLink_V686 and there should be a file named JLinkDevices.xml. Open the file with editor and search NXP_iMXRT105x_ and you should see there are some options. Copy and paste the following code to the same section as indicated in the diagram:
  <Device>
<ChipInfo Vendor="NXP" Name="MCIMXRT1051QSPI" WorkRAMAddr="0x20000000" WorkRAMSize="0x00080000" Core="JLINK_CORE_CORTEX_M7" />
<FlashBankInfo Name="QSPI Flash" BaseAddr="0x60000000" MaxSize="0x02000000" Loader="Devices/NXP/iMXRT105x/NXP_iMXRT105x_QSPI.elf" LoaderType="FLASH_ALGO_TYPE_OPEN" />
</Device>
<Device>
<ChipInfo Vendor="NXP" Name="MCIMXRT1052QSPI" WorkRAMAddr="0x20000000" WorkRAMSize="0x00080000" Core="JLINK_CORE_CORTEX_M7" />
<FlashBankInfo Name="QSPI Flash" BaseAddr="0x60000000" MaxSize="0x02000000" Loader="Devices/NXP/iMXRT105x/NXP_iMXRT105x_QSPI.elf" LoaderType="FLASH_ALGO_TYPE_OPEN" />
</Device>
  • Save the file.

  • Now the JFlash is configured and you can open the J-Flash Software.

  • Create a new J-Flash project and Select the MCIMXRT1052QSPI as the chip. You may use the filter to help you finding this chip. If you cannot see this chip then there is something wrong in your previous J-Flash configurations, and please check again.

  • Connect J-Link's SWD pins to Arch Mix's SWD Pins.

    • DIO to DIO
    • CLK to CLK
    • GND to GND
  • Select Target -> Connect from J-Flash top left drop down menu. Once connected, you should see:

If cannot connect, please check the wiring of J-Link and Arch Mix again.

  • Select Target -> Production Programming to flash the bootloader to Arch Mix.
  • Reset the Arch Mix and now the Arduino bootloader is flashed into it!

Arduino Get Started

  • Add the Arch Mix board library to Arduino IDE:

Open your Arduino IDE, click on File > Preferences, and copy below url to Additional Boards Manager URLs:

https://files.seeedstudio.com/arduino/package_seeeduino_boards_index.json

Click on Tools > Board > Board Manager and Search Arch Mix in the Boards Manager.

  • Open the LED blink example sketch: File > Examples > 01.Basics > Blink.
  • You'll need to select the entry in the Tools > Board menu that corresponds to your Arduino. Selecting the Arch Mix.
  • Choose the right port:
  • Click upload and the LED on Arch Mix should starts to blink! Now you have a powerful Cortex M7 Board in hand!
note

For Arduino Pin Map, you can check here for more reference.

Using NXPBooTUtility to Flash Arduino Bootloader

If you do not have a J-Link in hand and there is also other way to flash the bootloader using NXP Boot Utility, but it only supports Windows.

git clone https://github.com/JayHeng/NXP-MCUBootUtility
  • Navigate to the NXP-MCUBootUtility folder, go into NXP-MCUBootUtility/bin and open the the NXP-MCUBootUtility.exe.

  • Connect Arch Mix's Rx Pin to 3.3V Pin using a Female Jumper wire and adjust the Switches to 0001

  • Connect the Arch Mix to your Computer and you should see the following screen:

  • Click the Boot Device Configuration, choose the Flash and click OK.
  • Click Connect to ROM to enter the download mode:
  • Choose the Bootloader:
  • Click All in One Action and the it will download the bootloader to the Arch Mix!

  • Once flashed completed, adjust the switch back to 0010 and press reset. Now the Arduino Bootloader is flashed in the Arch Mix using the NXP Boot Utility!

attention icon

Attention

Make sure the Switches are adjusted back to 0010 to enter boot from QSPI Flash and work as Arduino Dev Board.

Resources

Arch Mix Firmware Guide
Tools

Schematic Online Viewer

Resources

Tech Support & Product Discussion

Thank you for choosing our products! We are here to provide you with different support to ensure that your experience with our products is as smooth as possible. We offer several communication channels to cater to different preferences and needs.

Loading Comments...