2017-10-19 12:49 AM
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:00Load 'C:\\work\\BP210\\BP210\\BP210\\systems\\cortex_m_mcu\\testcodes\\hello\\hello.axf' No Algorithm found for: 00000000H - 00000C17HErase skipped!Error: Flash Download failed - 'Cortex-M3'Flash Load finished at 16:45:37What does 'No Algorithm found' mean?
what am I supposes to do to resolve this problem?
#mdkSolved! Go to Solution.
2017-10-19 01:25 AM
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
2017-10-19 01:25 AM
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
2017-10-19 03:40 AM
,
,
Thanks But I'm still having the problem.
*** 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:082017-10-19 03:43 AM
I found the problem,
Thanks