No Algorithm found for: 00000000H - 00003013H

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

No Algorithm found for: 00000000H - 00003013H

Jump to solution
2,617 Views
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 Kudos
1 Solution
2,545 Views
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

  

View solution in original post

0 Kudos
9 Replies
2,592 Views
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.png

image.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 Kudos
2,566 Views
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 Kudos
2,553 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi WahibKuang,

   This is the debug version in RAM:

kerryzhou_0-1615256514963.png

kerryzhou_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 Kudos
2,548 Views
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.png

 

0 Kudos
2,546 Views
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 Kudos
2,535 Views
WahibKuang
Contributor I

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

0 Kudos
2,615 Views
WahibKuang
Contributor I

This is also normal.1614243139(1).png

 

0 Kudos
2,600 Views
crist_xu
NXP Employee
NXP Employee

crist_xu_0-1614326593546.png

Please try to uncheck this

2,565 Views
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 Kudos