How to Run NXP SDK Examples on Custom MIMXRT1176AVM8A Board

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to Run NXP SDK Examples on Custom MIMXRT1176AVM8A Board

429 次查看
sanjana291
Contributor III

I have a custom board with the MIMXRT1176AVM8A processor (different to the MIMXRT1170-EVK s). I want to run SDK examples but need guidance on the necessary modifications.

My Hardware Setup:

MCU: MIMXRT1176AVM8A (different from EVK).

External Flash: S25FL128L (QSPI, 16 MB) (different from EVK’s W25Q512NWEIQ).

SDRAM: W9812G6KB-6J (32 MB) *(different from EVK’s W9825G6KH-5I).

Other changes: Different GPIOs for LEDs, UART pins, etc.

What I Need Help With:

Flex-SPI NOR Flash Setup:

Since I’m using S25FL128L (not Winbond), how do I update flex SPI nor config C-file  for proper booting?

SDRAM Initialization:

The EVK uses a different SDRAM chip. How should I adjust DCD settings?

Debugging Tips:

What are common pitfalls when porting SDK examples to custom boards?

Request:
Could someone share:

Step-by-step instructions for adapting SDK examples?

Example configurations for custom Flex SPI/SDRAM setups?

Thanks in advance!

标记 (2)
0 项奖励
回复
5 回复数

399 次查看
Omar_Anguiano
NXP TechSupport
NXP TechSupport

Please refer to this document: How to Enable Debugging for FLEXSPI NOR Flash\
This document contains guidelines to make debugging available when using a different flash memory.
A more detailed document that can be helpful is this one: i.MX RT FLEXSPI booting guide - NXP Community

Regarding the SDRAM, it is suggested to refer to the SDK example to configure the memory, the DCD uses the same SDRAM configuration so it is loaded at boot time. Here there is some example on how to configure the SDRAM parameters :  Solved: MIMXRT1176 SEMC Configuration for Dual 16-bit SDRAM (W9812G6KH) - NXP Community

Best regards,
Omar

0 项奖励
回复

288 次查看
sanjana291
Contributor III
Is there any issue if I use EVK examples for the MIMXRT1176AVM8A processor, since the EVK uses the MIMXRT1176DVMAA?
0 项奖励
回复

283 次查看
Omar_Anguiano
NXP TechSupport
NXP TechSupport

No, it is the same component but with different packaging. 

BR,
Omar

0 项奖励
回复

270 次查看
sanjana291
Contributor III
The Cortex-M7 core's operating frequency is 800 MHz for the MIMXRT1176AVM8A. For the MIMXRT1176DVMAA (the EVK's processor), it is 1 GHz.
0 项奖励
回复

263 次查看
Omar_Anguiano
NXP TechSupport
NXP TechSupport

No issue as long as the frequency is not above 800MHz. 

BR,
Omar

0 项奖励
回复