cancel
Showing results for 
Search instead for 
Did you mean: 

What does ''No Algorithm found'' mean?

Carter Lee
Associate III
Posted on October 19, 2017 at 09:49

Hi.

Now I'm trying to implement another Cortex M3 project  with MDK.

After compile done, I've got the following messages 

After Build - User command &sharp1: C:\Keil_v5\\ARM\ARMCC\BIN\fromelf.exe C:\work\BP210\BP210\BP210\systems\cortex_m_mcu\testcodes\hello\hello.axf --vhx --8x1 --output hello.hex

'.\hello.axf' - 0 Error(s), 0 Warning(s).

Build Time Elapsed: 00:00:00

Load 'C:\\work\\BP210\\BP210\\BP210\\systems\\cortex_m_mcu\\testcodes\\hello\\hello.axf'

No Algorithm found for: 00000000H - 00000C17H

Erase skipped!

Error: Flash Download failed - 'Cortex-M3'

Flash Load finished at 16:45:37

What does 'No Algorithm found' mean?

what am I supposes to do to resolve this problem?

#mdk
1 ACCEPTED SOLUTION

Accepted Solutions
Imen.D
ST Employee
Posted on October 19, 2017 at 10:25

Hello,

Try to

add the stm32f flash  in 'Programming Algorithm':  

Project >> Options for Target >> Utilities >> Settings, Then in the 'Flash Download' tab click [Add] to add your STM32 flash.

Kind Regards

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen

View solution in original post

3 REPLIES 3
Imen.D
ST Employee
Posted on October 19, 2017 at 10:25

Hello,

Try to

add the stm32f flash  in 'Programming Algorithm':  

Project >> Options for Target >> Utilities >> Settings, Then in the 'Flash Download' tab click [Add] to add your STM32 flash.

Kind Regards

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
Posted on October 19, 2017 at 10:40

 ,

 ,

Thanks But I'm still having the problem.

0690X00000608daQAA.png

*** Using Compiler 'V5.06 update 5 (build 528)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'

 ,

Build target 'Debug'

 ,

After Build - User command ♯ 1: C:\Keil_v5\\ARM\ARMCC\BIN\fromelf.exe C:\work\BP210\BP210\BP210\systems\cortex_m_mcu\testcodes\hello\hello.axf --vhx --8x1 --output hello.hex

 ,

''.\hello.axf'' - 0 Error(s), 0 Warning(s).

 ,

Build Time Elapsed: 00:00:00

 ,

Load ''C:\\work\\BP210\\BP210\\BP210\\systems\\cortex_m_mcu\\testcodes\\hello\\hello.axf''

 ,

No Algorithm found for: 00000000H - 00000BCBH

 ,

Erase skipped!

 ,

Error: Flash Download failed - ''Cortex-M3''

 ,

Flash Load finished at 17:40:08
Posted on October 19, 2017 at 10:43

I found the problem,

0690X00000608gEQAQ.png

Thanks