How to Run NXP SDK Examples on Custom MIMXRT1176AVM8A Board

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

How to Run NXP SDK Examples on Custom MIMXRT1176AVM8A Board

371 Views
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!

0 Kudos
Reply
5 Replies

341 Views
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 Kudos
Reply

230 Views
sanjana291
Contributor III
Is there any issue if I use EVK examples for the MIMXRT1176AVM8A processor, since the EVK uses the MIMXRT1176DVMAA?
0 Kudos
Reply

225 Views
Omar_Anguiano
NXP TechSupport
NXP TechSupport

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

BR,
Omar

0 Kudos
Reply

212 Views
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 Kudos
Reply

205 Views
Omar_Anguiano
NXP TechSupport
NXP TechSupport

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

BR,
Omar

0 Kudos
Reply