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

Keil Download Program Error

Hi,

I got a discovery kit .(stm32l discovery kit) when i try to load some basic 

blinky code to my processor -  after the compiling -  I got some error mesage ; 

"No target connected " and "Error : Flash download failed target dll has been canceled "

 after this message i did some actions for solving this problem (for example ;

I did ; Utilities --> Debug ---> Connect ---> Choose ,Reset after Connect) but

Nothing solved.

I am demanding your valuable suggestions...

Parents
  • Demand is a bit strong.

    To stop your code running on the board, strap BOOT0 HIGH. If this allows connectivity, something wrong with your code, or settings/options.

    The debugger cannot connect if power is removed from the debug circuitry (enters a low power mode, etc), or the pins used are reconfigured.

    Check and update the firmware in the ST-LINK also, probably quite old.

Reply
  • Demand is a bit strong.

    To stop your code running on the board, strap BOOT0 HIGH. If this allows connectivity, something wrong with your code, or settings/options.

    The debugger cannot connect if power is removed from the debug circuitry (enters a low power mode, etc), or the pins used are reconfigured.

    Check and update the firmware in the ST-LINK also, probably quite old.

Children