hi e2e community, I'm new to the stellaris launchpad and have some questions I haven't been able to answer by digging through the documentation files.
First: When I try to create my own project, and try to debug it I get a:"could not open .out"-type error. I have been able to run all the labs in the workshops, and I notice that in the project explorer I don't see binaries (right above includes) in my project. does anyone know how to create this .out file so I can load the program to the stellaris?
Also, when running the hello world example code on my board I get it to print on the screen, but only in debug mode. If I just hit the reset button on-board I don't see anything in the terminal. I expected that once I hit the reset button the code will run once again printing "hello world" to the screen a second time.