No Algorithm found for: 00000000H - 00003013H

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

No Algorithm found for: 00000000H - 00003013H

ソリューションへジャンプ
8,760件の閲覧回数
WahibKuang
Contributor I
Project: SDK_2.8.2_EVK-MIMXRT1010\boards\evkmimxrt1010\driver_examples\gpt\timer\mdk Development board: MIMXRT1010-EVK Use gpt_timer debug project to report an error, No Algorithm found for: 00000000H-00003013H. It is normal to use gpt_timer flexspi_nor_debug. I use other examples as well. gpt_timer debug runs programs in RAM, shouldn’t it require algorithm support? Besides, the SDK provided by the official website should be no problem, right?
0 件の賞賛
返信
1 解決策
8,688件の閲覧回数
kerryzhou
NXP TechSupport
NXP TechSupport

Hi WahibKuang,

  Do you click debug or load?

  This project is the RAM project, you need to click debug.

  My MDK version is V5.29

   Do you try other SDK MDK project? Also have this issues?

Best Regards,

Kerry

  

元の投稿で解決策を見る

0 件の賞賛
返信
9 返答(返信)
8,735件の閲覧回数
kerryzhou
NXP TechSupport
NXP TechSupport

Hi WahibKuang,

  Your SDK is very old, please use the newest SDK2.9.1, which can be downloaded from this link:

https://mcuxpresso.nxp.com/

This is my debug result with your mentioned project and the MDK on the MIMXRT1010-EVK board.

image.pngimage.png

image.pngimage.png

You can find no issues.

So, please use the newest MDK and try again.

If you still have questions about it, please kindly let me know.

Best Regards,

Kerry

0 件の賞賛
返信
8,709件の閲覧回数
WahibKuang
Contributor I

hello
Your answer to the question is somewhat different from what I asked.
I see the address above the DisAssembly is 0x60000000.

gpt_timer flexspi_nor_debug  or   gpt_timer flexspi_nor_release


This is the program that runs in the flexspi_nor_debug project.
#define m_flash_config_start 0x60000400
#define m_flash_config_size 0x00000C00
#define m_ivt_start 0x60001000
#define m_ivt_size 0x00001000
#define m_interrupts_start 0x60002000
#define m_interrupts_size 0x00000400
#define m_text_start 0x60002400
#define m_text_size 0x00FFDC00

The program I tested is the program that runs at 0x20000000.

gpt_timer debug  or gpt_timer release

 

#define m_text_start 0x00000400
#define m_text_size 0x00007C00
#define m_data_start 0x20000000
#define m_data_size 0x00008000
#define m_data2_start 0x20200000
#define m_data2_size 0x00010000

0 件の賞賛
返信
8,696件の閲覧回数
kerryzhou
NXP TechSupport
NXP TechSupport

Hi WahibKuang,

   This is the debug version in RAM:

kerryzhou_0-1615256514963.pngkerryzhou_0-1615256514963.png

kerryzhou_1-1615256524471.pngkerryzhou_1-1615256524471.png

You can find, I also can debug it, and no program issues.

Do you test the newest SDK:SDK_2.9.1_EVK-MIMXRT1010?

Your SDK version is old, please try the new version again.

If you still have questions about it, please kindly let me know.

Best Regards,

Kerry

 

 

0 件の賞賛
返信
8,691件の閲覧回数
WahibKuang
Contributor I

Load "debug\\gpt_timer.out"
No Algorithm found for: 00000000H - 00002A33H
Erase skipped!
Error: Flash Download failed - "Cortex-M7"
Flash Load finished at 14:42:47

WahibKuang_0-1615272151200.pngWahibKuang_0-1615272151200.png

 

0 件の賞賛
返信
8,689件の閲覧回数
kerryzhou
NXP TechSupport
NXP TechSupport

Hi WahibKuang,

  Do you click debug or load?

  This project is the RAM project, you need to click debug.

  My MDK version is V5.29

   Do you try other SDK MDK project? Also have this issues?

Best Regards,

Kerry

  

0 件の賞賛
返信
8,678件の閲覧回数
WahibKuang
Contributor I

I see, this is not necessary to download, thank you!

0 件の賞賛
返信
8,758件の閲覧回数
WahibKuang
Contributor I

This is also normal.1614243139(1).png1614243139(1).png

 

0 件の賞賛
返信
8,743件の閲覧回数
crist_xu
NXP Employee
NXP Employee

crist_xu_0-1614326593546.pngcrist_xu_0-1614326593546.png

Please try to uncheck this

8,708件の閲覧回数
WahibKuang
Contributor I

The gpt_timer debug project is unchecked by default.

GPT_TIMER FLEXSPI_NOR_DEBUG is checked.

But I test the GPT_Timer Debug.

0 件の賞賛
返信