Hello Maciek,
Sorry about this oversight from our side.
The fix can be done on your side:
- go to [toolbox_instalation_folder]\mbdtbx_imxrt\linker_files\default\flash
- look for MIMXRT1064xxxxA.ld and replace the lines:
INCLUDE "evkmimxrt1064_bubble_peripheral_Debug_library.ld"
INCLUDE "evkmimxrt1064_bubble_peripheral_Debug_memory.ld"
with
INCLUDE "MIMXRT1064xxxxA_library.ld"
INCLUDE "MIMXRT1064xxxxA_memory.ld"
This ensure that the fix will apply to all projects you create on i.MXRT1064.
For the model you already created you can either delete the <model_name>Config project or copy the MIMXRT1064xxxxA.ld modified above in <model_name>Config/linker_files
Best regards,
Alexandra