2021-04-01 06:11 PM
STMicroelectronics ST-LINK GDB server. Version 5.8.0
Copyright (c) 2020, STMicroelectronics. All rights reserved.
Starting server with the following options:
Persistent Mode : Disabled
Logging Level : 1
Listen Port Number : 61234
Status Refresh Delay : 15s
Verbose Mode : Disabled
SWD Debug : Enabled
InitWhile : Enabled
Waiting for debugger connection...
Debugger connected
Debugger connection lost.
Shutting down...
Software update is returning errors:
An error occurred while collecting items to be installed
session context was:(profile=STM32CubeIDE, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,com.st.stm32cube.common.mx,6.2.1.202103241236
No repository found containing: osgi.bundle,com.st.stm32cube.common.mx.oss,6.2.1.202103241236
No repository found containing: osgi.bundle,com.st.stm32cube.common.mx.stinsider,6.2.1.202103241236
No repository found containing: osgi.bundle,com.st.stm32cube.common.projectcreation,1.6.1.202103171520
No repository found containing: osgi.bundle,com.st.stm32cube.ide.documentation,1.6.1.202103260948
No repository found containing: osgi.bundle,com.st.stm32cube.ide.mcu.ide,1.6.1.202103171520
No repository found containing: osgi.bundle,com.st.stm32cube.ide.mcu.rcp,1.6.1.202103171520
No repository found containing: osgi.bundle,com.st.stm32cube.ide.mpu.linux.ide,1.6.1.202103261436
No repository found containing: org.eclipse.update.feature,com.st.stm32cube.common.feature.mx,6.2.1.202103241236
No repository found containing: org.eclipse.update.feature,com.st.stm32cube.common.feature.mx.stinsider,6.2.1.202103241236
No repository found containing: org.eclipse.update.feature,com.st.stm32cube.common.feature.projectcreation,1.6.1.202103171520
No repository found containing: org.eclipse.update.feature,com.st.stm32cube.ide.feature.documentation,1.6.1.202103260948
No repository found containing: org.eclipse.update.feature,com.st.stm32cube.ide.feature.mcu.ide,1.6.1.202103171520
No repository found containing: org.eclipse.update.feature,com.st.stm32cube.ide.feature.mcu.rcp,1.6.1.202103171520
No repository found containing: org.eclipse.update.feature,com.st.stm32cube.ide.feature.mpu.linux.ide,1.6.1.202103261436
No repository found containing: org.eclipse.update.feature,com.st.stm32cube.ide.feature.mpu.linux.projectcreation,1.6.1.202103261436
No repository found containing: org.eclipse.update.feature,com.st.stm32cube.ide.feature.mpu.linux.toolchain,1.6.1.202103261436
No repository found containing: binary,com.st.stm32cube.ide.mcu.rcp.product.executable.win32.win32.x86_64,1.6.1
2021-04-02 01:42 AM
Hai I still have this problem with the debugger. I am using Windows 10 and did a complete new installation of the STM32CubeIDE software but the problem with the debugger is still there.
I installed the development board STM32L476RG activated 1 extra GIO IO pin and generate code
Build project
10:40:08 **** Incremental Build of configuration Debug for project 9Dof ****
make -j4 all
etc
Finished building target: 9Dof.elf
arm-none-eabi-objdump -h -S 9Dof.elf > "9Dof.list"
arm-none-eabi-objcopy -O binary 9Dof.elf "9Dof.bin"
arm-none-eabi-size 9Dof.elf
text data bss dec hex filename
12036 20 1700 13756 35bc 9Dof.elf
Finished building: default.size.stdout
Finished building: 9Dof.bin
Finished building: 9Dof.list
10:40:12 Build Finished. 0 errors, 0 warnings. (took 4s.531ms)
STMicroelectronics ST-LINK GDB server. Version 5.8.0
Copyright (c) 2020, STMicroelectronics. All rights reserved.
Starting server with the following options:
Persistent Mode : Disabled
Logging Level : 1
Listen Port Number : 61234
Status Refresh Delay : 15s
Verbose Mode : Disabled
SWD Debug : Enabled
InitWhile : Enabled
Waiting for debugger connection...
Debugger connected
Debugger connection lost.
Shutting down...