2019-03-09 02:40 PM
Running Version: 9.3.0 Build id: 20190212-0734
After I compile a sample project from the STM HAL driver examples, when I select a debug configuration, the proper options are available, as shown in the attachment, debug.png. However when I try to setup a Run configuration, the only options is "C/C++ Application" and "Embedded C/C++ Application" is not available.
2019-04-07 06:41 PM
Hello, anyone there?
2019-04-07 08:54 PM
Not a huge amount of participation by Atollic staff or users.
2019-04-08 12:10 AM
The first attachment shows a Run Configuration with none defined. It looks normal. It's same as mine.
The second attachment shows a Debug Configuration with one configuration defined.
I've used Eclipse for embedded development for a long while without needing a Run Configuration. (TrueSTUDIO is based on Eclipse.) Anyway, if you need one you can create it by right-clicking "C/C++ Application", clicking New and entering appropriate parameters. Don't worry that it's not called "Embedded C/C++ Application".
If you're a beginner (sorry if you're not) use the Debug Configuration that's already defined to load the example and try it out.
2019-04-08 09:23 AM
Ah ok thanks. will try that.
2019-04-08 09:42 AM
thanks