2020-03-04 12:27 AM
After update of STM32CubeIDE from 1.0.2 to 1.2 or 1.3 (or installing from the scratch with uninstall before) I can't run the debugger any more. I do not get any output or information in the Debug or Console window. I tried to use H7 with ST-Link and F4 with Segger J-Link, both with the same result.
2020-03-04 07:06 AM
What happens when you press the debug button? Nothing at all? Is it with a specific project or with every project, even new ones?
Any way you can share about how to reproduce the problem?
2020-03-04 11:46 AM
Nothing at all, just a very brief flickering in the bottom right corner of the window, but just once after the initial start of the IDE and the first debug trial. I tried this with 2 of my projects (H7 (ST-Link) and F4 (J-Link)), but also with a project generated from scratch with the STM32 Project generator (H7 (ST_Link)).
2020-03-04 12:22 PM
My SDIO SD mount doesn't work since the update.
2020-03-05 12:26 AM
While using an ST-Link you can go into the debug configuration and enable a GDB server log in the Debugger tab. Does that have any information in it and if so can you paste it here? Also, if you go to Window -> Preferences -> C/C++ -> Debug -> GDB -> and tick the "Show the GDB traces consoles with character limit". After that you try another debug session and then generate that log as well, might give some clue about what is happening.
2020-03-05 01:04 AM
Hi Marcus, I ticked this option and have 2 effects:
2020-03-17 02:13 AM
any proposals?