Hello Kerry,
Thanks a lot for your answer.
That's a good point to test the SDK, could you please guide me from where I can download this SDK ?
SDK_2_10_1_MIMXRT1170-EVK\boards\evkmimxrt1170\driver_examples\flexspi\nor\polling_transfer
I will explain more about the problem:
The HW is booting correctly from the flexspi serial NOR flash, and executing successfully afterwards. even the read, write and erase operations are working normally. The only thing is the FLS init needs a breakpoint to work.
The flexspi initialization is working normally when i put a breakpoint in the function that updates the LUT programmed sequences, when I remove the breakpoint, the HW stuck in the BOOT ROM SW.
I assume that this function needs more time to update the LUT. or maybe there is an error before this, I don't know really.
is there a source code for the BOOT ROM that I can build and debug on the HW ? so I can know at least where I get stuck ?
regarding this point :
NXP mainly provide the RT SDK related software support and technical support, no autosar support.
actually NXP wrote the AUTOSAR FLS driver, it's mentioned in the file header

from what I see in the code, it says that it should be supported by NXP
Thanks,
Mohamed