Skip to main content
Visitor II
May 1, 2020
Question

Slow debugging start

  • May 1, 2020
  • 12 replies
  • 3058 views

Takes about 15 seconds from click on the debug button in CubeIDE to the first break point ( the call to  HAL_Init() ). Custom board, F401RTE, original ST Link V2, using SWD.

Would it be faster using a NUCLEO board ?

    This topic has been closed for replies.

    12 replies

    ICohe.1Author
    Visitor II
    May 2, 2020

    looks like it cuts 5 seconds from the startup time. So now it takes 10 sec. from debug beginning to first line in main()

    Super User
    May 3, 2020

    I'm afraid most of the remaining time is likely due to particular behaviour of Eclipse/JAVA on your machine, then...

    JW