Trouble launching debugger after upgrade to Eclipse 2020-3 Posted by fxrb on 2020-03-24 09:13 Hello Kevin, Thanks for the quick answer! Well, then I will continue using Eclipse 2019-12 until a fix becomes available. many thanks and kind regards, Felix
Posted by Denis Lebel on 2020-03-24 14:12 There are few post happening lately so I go no bits on my previous post. Anyway I also have debugger issues, I get a "undefined debug error 7 " upon trying to access the target to debug. Since I just installed the ide I will check to see if the version I loaded is an older one or not. Is the 2020-3 version you refer to a beta or was it in realeased stage? Thanks...Denis
Posted by tang on 2020-03-24 15:31 I don't think your issue is because of the tool version. It looks like the debugger can't communicate with your board. There is a ST tool (STM32 STLink Utilities) to check if your machine can connect to the board : https://www.st.com/en/development-tools/stsw-link004.html. Also verify that the switch on your board are connected to use the ST-Link and every drivers are well-installed on your machine. Regards.