Hello,
I am using i.MX RT1170 and MCUXpresso.I updated a project running on previous versions to the new SDK version (SDK 15.0.0). There have been changes in many files with this version. One of these is the evkmimxrt1170_flexspi_nor_config.c file. If I restore this file to its previous version, the code works without any problems. But new version dont work.
LEFT / RIGHT
New Version / Old Version


There are two critical changes. One of this,green code block is added. Second, FLASH_DUMMY_CYCLES value increased from 0x06 to 0x09. If I revert these changes the code works.
What do these changes do? Why doesn't the green block work without commenting and changing the 0x09 variable back to 0x09? What should I do?
Best Regards,
Speedy