Starting debugging on STM32 is slow

Sysprogs forums Forums VisualGDB Starting debugging on STM32 is slow

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26266
    MrZANE
    Participant

    Hi

    When starting the debugging it takes a long time before downloading the flash containts starts.

    I’ve attached a screenshot of the GDB seesion window with timestamps enabled.

    Any tips to speed up this would be very much appreciated.

     

    The target is this devboard: https://www.st.com/en/evaluation-tools/nucleo-l433rc-p.html with the latest stlink fw. 

     

    Attachments:
    You must be logged in to view attached files.
    #26268
    support
    Keymaster

    Hi,

    It looks like most of the delay happens before gdb sends a reply to the first command. This could be caused by the antivirus interfering with its load, or by extremely slow disk performance. Please try starting the gdb executable manually and observe whether it also takes 16 seconds before it produces any output. If yes, please try disabling any 3rd-party software that could be interfering with this, or try experimenting to see if any other tools (e.g. gcc) get affected.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.