Skip to main content
sav gas
Associate II
October 21, 2017
Question

unable to erase or programming

  • October 21, 2017
  • 1 reply
  • 871 views
Posted on October 21, 2017 at 16:09

Hi,

I have mounted on my board a STM32F030C8. I flashed passed versions of projects: all ok. But when I flashed the last version nothing is  possible to do: message are: 'no target connected' and 'error: flash erase failed-target DLL has been cancelled' . Not flash, not erase I see that the program run only in the first page of display on the board.  Quartz is running. After the Rebuild the message is: Program Size: Code=37496 RO-data=596 RW-data=3856 ZI-data=1392  

Someone can help me?

Thanks

    This topic has been closed for replies.

    1 reply

    Tesla DeLorean
    Guru
    October 21, 2017
    Posted on October 21, 2017 at 17:11

    Pull the BOOT0 pin High, or change the connectivity options in the debugger settings to 'Connect Under Reset'

    Then look at what you are doing in your code to break the debugger interface. For example altering the GPIO PA13/PA14 settings, going into a low power or sleep mode, etc.

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
    sav gas
    sav gasAuthor
    Associate II
    October 22, 2017
    Posted on October 22, 2017 at 19:44

    Hi Clive One,

    many thanks for your precious and quick help