Hello Stefan,
Thank you for your fast reply.
You are right about the linker file. The error itself is with the default linker file defined inside MBDT which I have used to configure my Simulink model. I have solved the error and modified the default linker file with the right name for the included files.
The default linker file (MIMXRT1064xxxxA.Id) path for MIMXRT1064 is as follows:
C:\Users\***\AppData\Roaming\MathWorks\MATLAB Add-Ons\Toolboxes\NXP_MBDToolbox_IMXRT1xxx\mbdtbx_imxrt\devices\MIMXRT1064\linker_files\default\flash
1. Open file: MIMXRT1064xxxxA.Id
2. Look for the below-mentioned text lines:
INCLUDE "evkmimxrt1064_bubble_peripheral_Debug_library.ld"
INCLUDE "evkmimxrt1064_bubble_peripheral_Debug_memory.ld"
3. Replaced the text lines mentioned in Step-2 with the following lines:
INCLUDE "mimxrt1064xxxxA_library.ld"
INCLUDE "mimxrt1064xxxxA_memory.ld"
4. Save file: MIMXRT1064xxxxA.Id
5. Now, I have run the Simulink model again and there was no error.
Enclosed you can find both the Original and Modified versions of the default linker files of the MBDT for your better understanding.
Best regards,
Bvin