Never ending applications

Target Deployment Technology

When designing embedded and real-time software, it is frequent to have applications which are designed to loop indefinitely and do not exit.

A good method for data retrieval for this type of application can be as follows:

For this type of application, it can be useful to close the output file at the end of each dump in order to use the file for reporting in Studio even if the application is still running. To do this, compile the files with the following compiler option:

-D_ATCPQ_RESET=_ATCPQ_CLOSE

Related Topics

Source Code Insertion TechnologyGenerating SCI dumps