Hello,
I'm completely new to using the full chip simulation and haven't really found information about what I'm looking for anyway. Basically what I want to do is to run some code in the simulator that prints some text to the serial output using printf and then capture the output from outside the simulator somehow. I've started to write a Hello World program just to get the functionality but I don't seem to get it right.
What I would like to do is:
1. Call the simulator from a command prompt and execute my hello world program
2. Capture the output in a terminal window of some sort.
Is this possible?