stop after Run or Debug action
hello.
Now I am using stm32mp157a-ev1 board and coding M4 program on stm32cubeide.
However, there is a problem that the stm32cubeide stops at 70% after starting to run or debug.
And can check the log for errors in metadata.
2023-04-04 17:11:23,560 [INFO] LogOutputStream:77 - [STDOUT_REDIRECT]
2023-04-04 17:11:46,018 [ERROR] LogOutputStream:75 - [STDERR_REDIRECT] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
2023-04-04 17:11:46,018 [ERROR] LogOutputStream:75 - [STDERR_REDIRECT] SLF4J: Defaulting to no-operation (NOP) logger implementation
2023-04-04 17:11:46,018 [ERROR] LogOutputStream:75 - [STDERR_REDIRECT] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
The OS environment is Windows 10, and the installation location is installed with the default settings.
I can't proceed with the current project, so please help.
