MiMXRT1062CVJ5B debugging problems

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

MiMXRT1062CVJ5B debugging problems

跳至解决方案
642 次查看
robertomorsiani
Contributor II

The program I'm using is the very simple "Hello world" demo app with semihost consol.

I have a castom board with MiXRT1062, which is configured similar to the evaluation board(EVK 1060).

The difference is that I have a flash S25LP064DJBLE flash which is similar (3.3v)

If I use Jlink Plus (Segger) the program is loaded and executed correctly.

If I use the PE micro FX the program is loaded (it looks correctly) but then when it has to run it reads all 0x00s and the instructions are all MOVS.

Has anyone had this problem?

Thank you

0 项奖励
回复
1 解答
622 次查看
robertomorsiani
Contributor II

Thanks so much but I managed to get it going.
I deleted the Debug.launch file and made a new one and now this problem hasn't occurred anymore.

I didn't understand what happened but for now it works.

在原帖中查看解决方案

0 项奖励
回复
4 回复数
629 次查看
robertomorsiani
Contributor II

MCUXpresso IDE v11.5.0 [Build 7232] [2022-01-11]

SDK_2.11.1 - Manifert Version 3.9.0

In the project FLASH Driver MIMXRT1060_SFDP_QSPI.cfx

PE Flash Algorithm issi_is25wp064_1x32x2meg_imxrt1062.arp

0 项奖励
回复
626 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi @robertomorsiani ,

  MIMXRT1060_SFDP_QSPI.cfx won't be used to PE.

PE just use  issi_is25wp064_1x32x2meg_imxrt1062.arp, in my memory, in the old MCUXPresso IDE version, this works perfectly.

But seems, the new MCUXPresso IDE has the related issues.

 Please also share me your log, I mean, PE download the total log, then I will try to find some way to check it.

 

Best Regards,

kerry

0 项奖励
回复
632 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi @robertomorsiani ,

    If you can use the Segger JLINK, just use the JLINK to debug your RT1062+QSPI flash.

   About the PEMicro debugger issues, it should be related to the flash driver, which IDE and version you are using? You can check the log, whether it calls the QSPI flashdriver for your PEmicro.

 

Best Regards,

Kerry

0 项奖励
回复
623 次查看
robertomorsiani
Contributor II

Thanks so much but I managed to get it going.
I deleted the Debug.launch file and made a new one and now this problem hasn't occurred anymore.

I didn't understand what happened but for now it works.

0 项奖励
回复