Hi!
I am trying to use the MCU-Link with our i.MXRT1024 MCU in MCUXpresso IDE but when trying to debug I don't see any place where to set the Flash Driver, as I see when trying to flash using the GUI Flash Tool.
Here is where I set it when flashing using the GUI Flash Tool:
When trying to debug, I get the can't find a flash driver called '' error since I did not set the driver anywhere!
Is there a place to set the Default Flash Driver for the project or the workspace? This would be useful since even when using the GUI Flash Tool I must set it each time I flash.
Thanks!
Solved! Go to Solution.
Hi @rvigneault ,
Thank you for your interest in the NXP MIMXRT product, I would like to provide service for you.
To the RT1024 default flashdriver, even you don't set it, it should also the MIMXRT1024.cfx.
Do you try the SDK demo directly?
Whether that works or not?
I mean, this one:
If this works, then even you don't set the GUI flashdriver, it should also works.
Please try it.
If you still have questions about it, please kindly let me know.
Best Regards,
kerry
Hi @rvigneault ,
Thank you for your interest in the NXP MIMXRT product, I would like to provide service for you.
To the RT1024 default flashdriver, even you don't set it, it should also the MIMXRT1024.cfx.
Do you try the SDK demo directly?
Whether that works or not?
I mean, this one:
If this works, then even you don't set the GUI flashdriver, it should also works.
Please try it.
If you still have questions about it, please kindly let me know.
Best Regards,
kerry
Hi @kerryzhou !
Sorry for the late response.
We are using a project we built ourselves for the iMXRT1024 and it seems that the driver was not set automatically in that case.
Anyway, I tried setting it in the project properties -> C/C++ Build -> MCU settings, in the table as you described here and it worked!
Thanks a lot for your help!