As we konw, the jlink has supported to download firmware to QSPI now. but during my task, I can not set the loader to QSPI flash automatically. after I click the "download & debug" in iar, I could see the J-Link web control penel start, and the jlink always start with defautl loader(HyperFlash) as below picture. I do not konw how to make jlink use QSPI to start. I also use the MCUXpress IDE to test, and got the same issue.
IAR version: 9.32.2
MCUXpress IDE version: 11.5.1
Jlink Version: 7.94
by the way, I use the QSPI flash Embedded Studio demo(demo from https://wiki.segger.com/i.MXRT1050#Enable_Flashloader) to test my HW, and it could download and debug successfully. and after I click the "Connect J-Link" in embedded studio, I could see it is QSPI loader in J-Link web control penel.
So I want to konw how could I can choose the loader to QSPI in IAR / MCUXpresso IDE?
Hi @Elsa_7561 ,
Thanks for your interest in the NXP MIMXRT product, I would like to provide service for you.
In fact, the Segger driver always changing, in my memory, some version in the previous time, the device area contains the RT1052 Hyperflash and QSPI flash directly, then you just need to select the QSPI flash version is OK.
But to the new Segger driver, it changes again, and we even don't know the detail commander, we can find it from the Jflash, it is in the Loader area:
But, we don't know the detail commander, even in the JLINK commander, also no area to select it.
So, I recommend you use our RT-UFL directly, you can refer to this post:
The RT-UFL related document:
https://www.cnblogs.com/henjay724/p/13951686.html
https://www.cnblogs.com/henjay724/p/14942574.html
https://www.cnblogs.com/henjay724/p/15430619.html
https://www.cnblogs.com/henjay724/p/15448766.html
Wish it helps you!
Best Regards,
Kerry