2020-04-30 11:19 PM
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 ?
2020-05-02 01:19 PM
Okay and did it help?
JW
2020-05-02 02:55 PM
looks like it cuts 5 seconds from the startup time. So now it takes 10 sec. from debug beginning to first line in main()
2020-05-02 05:49 PM
I'm afraid most of the remaining time is likely due to particular behaviour of Eclipse/JAVA on your machine, then...
JW