Tool/software: Code Composer Studio
Do you have any tricks to help debug exceptions with UIA and CCS's System Analyzer (or RTOS Analyzer)? I'm using TI-RTOS but not sure how to set up the logging.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Do you have any tricks to help debug exceptions with UIA and CCS's System Analyzer (or RTOS Analyzer)? I'm using TI-RTOS but not sure how to set up the logging.
Here is a write-up that goes into the practical details of logging with TI-RTOS. It shows how to enable logging and debug an exception both when connected to CCS and when not connected (i.e. save log records to non-volatile memory and then import the saved records into CCS).
/cfs-file/__key/communityserver-discussions-components-files/81/DebuggingExceptions.pdf
Here is the zip that contains example CCS projects that are discussed in the above pdf:
/cfs-file/__key/communityserver-discussions-components-files/81/TIRTOSExceptionLoggingExamples.zip
Here is a write-up that goes into the practical details of logging with TI-RTOS. It shows how to enable logging and debug an exception both when connected to CCS and when not connected (i.e. save log records to non-volatile memory and then import the saved records into CCS).
/cfs-file/__key/communityserver-discussions-components-files/81/2084.DebuggingExceptions.pdf
Here is the zip that contains example CCS projects that are discussed in the above pdf: