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!