I have modified the Linker, with MCU Settings just Board_flash start address as 30040000
While doing this, below line of code went missing
When I debug the code, it not coming to main ().
Please guide me in this issue.
Hi @KAVIN_M ,
Thanks for your interest in NXP MIMXRT series!
Please refer to this document, which mentions, MCUXpresso's link script generation mechanism:
Therefore, this is an expected issue.
For your application scenario, we suggest you to verify the default flash start address first, and after verification, you can burn image in serial download mode by "MCUXpresso Secure Provisioning Tool".
Best regards,
Gavin
Hi @Gavin_Jia
Thanks For your response,
What is the next step after building the image?
Also, Here I have attached my linker file, which is not part the abovementioned process. This (refer image) is what happens when I debug. Modified the memory address in MCU Settings and unchecked the Mange linker script option and added boot_hdr part manually.
Please check why it is not coming to the main function
Regards
Kavin.