2206728_en-US

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

2206728_en-US

2206728_en-US

getting started with rt1062

I am new to the NXP ecosystem and I’m struggling to find my way around it.

I have a custom board based on the RT1062 MCU, and I’m using MCUXpresso IDE with the MCU SDK (not the evaluation board SDK).
I tried creating a project in the IDE, then adding the CMSIS UART drivers to test a simple UART transmit function. Since I couldn’t get XIP to work yet on my external flash, I linked the project to run from RAM.

The project builds the first time without any issues.
However, once I open MCUXpresso Config Tools to configure the UART peripheral and rebuild, the project reports missing drivers.
I tried adding them again through SDK Management in Project Properties, but the problem persists.

So my questions are:

  1. Do you have any recommendations or best practices for setting up a project for a custom RT1062 board, especially for boot configuration and ensuring that basic peripherals compile correctly?

  2. Do CMSIS UART drivers require DMA to be enabled?

  3. Is there a simple way to write bare-metal tests for peripherals (UART, I2C, SPI) using only the MCUXpresso IDE, without the need for DMA or higher-level frameworks?

Any guidance would be greatly appreciated.

i.MXRT 106xRe: getting started with rt1062

Hello @yacineykr,

There is not a specific guide for starting a project from scratch, but you can use the SDK examples as a reference to understand how the peripherals work and how they are configured.
Additionally, the SDK (version 25.09) provides examples that demonstrate how to use CMSIS drivers with certain peripherals, as shown in the following image:

Habib_MS_0-1764120216601.png
On the other hand, CMSIS drivers can be used either with interrupts or DMA, depending on the configurations you apply. I highly recommend using the SDK examples as a reference when developing your application.
Finally, there are no examples that are strictly bare metal, but as I mentioned, you can refer to the SDK examples and those available in the Application Code Hub.

BR
Habib

タグ(1)
評価なし
バージョン履歴
最終更新日:
‎11-26-2025 08:32 PM
更新者: