This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Errors while trying downloading code

Hello, I'm trying to download a simple code on the STM32L151CCU6 and I'm taking errors like:

 No Algorithm found for: 08000000H - 08001393H
Erase skipped!
Error: Flash Download failed  -  "Cortex-M3"
Flash Load finished at 17:45:40
Load "Test_1.2\\Test_1.2"
Error: Flash Download failed  -  Target DLL has been cancelled
Flash Load finished at 17:46:18
Load "Test_1.2\\Test_1.2"
No Algorithm found for: 08000000H - 08001393H
Erase skipped!
Error: Flash Download failed  -  "Cortex-M3"
Flash Load finished at 17:46:20
Load "Test_1.2\\Test_1.2"
No Algorithm found for: 08000000H - 08001393H
Erase skipped!
Error: Flash Download failed  -  "Cortex-M3"
Flash Load finished at 17:46:25
Load "Test_1.2\\Test_1.2"
Error: Flash Download failed  -  Target DLL has been cancelled
Flash Load finished at 17:53:34
Load "Test_1.2\\Test_1.2"
No Algorithm found for: 08000000H - 08001393H
Erase skipped!
Error: Flash Download failed  -  "Cortex-M3"
Flash Load finished at 17:54:19


About the Algorithm I added "STM32L1xx 256k" and just changed the start address (0x40000000) and size (0x0800) and that seemed to take the error away.
But still I'm having the error of "Flash Download failed  -  "Cortex-M3"" and some times times "Error: Flash Download failed  -  Target DLL has been cancelled".

Does anybody know what I can do? I have tried things from searching on google but until now nothing worked.