Issue on Semihosting on CUBE IDE
Salutations for all.
I programmed my CUBE IDE on Debug Mode by the recipe-> https://community.st.com/s/article/how-to-use-semihosting-with-stm32cubeide-and-stm32. It Works.
But when I STOP the running program on CUBE IDE the TARGET STOP the program either. And if I shut off the CUBE IDE, the TARGET seems as not have the Embedded program on it. If I run the TARGET powered alone, it seems like not have any Embedded program.
If I use one program copy but without the semihosting features, using the ST-Link GDB Server, the target works alone even disconnected from CUBE IDE.
Question: What should I do in order to have the Embedded Program into TARGET even Flashing on CUBE IDE by the ST-LINK Open OCD? Is it possible?
The Semihosting Feature is very useful for development.
Regards.