Question
Semihosting on RUN mode
Hello,
I have enabled the semihosting.
The semihosting is running on the debug mode properly.
And debug message by printf() is displayed on the console window of the cubeide.
But if the project is ran on the run mode(run, not debug),
my code is not proceeded.
I set the parameters to use the semihosting as the debug mode.
I can't use the semihosting on the run mode?
Thanks