I have a DSP/BIOS application that runs a series of unit test on my code. I want to run this application on the command line using loadti. All of the unit test pass. But the scripting engine times out and throws an error because there is no exit from the application. I want want the reuslts of the unit tests to determine the result, not the timeout.
I know this is weird because firmware never exits. But I cannot think of another way to terminate gracefully without the timeout error. Any ideas?