Tool/software: TI-RTOS
Hi,
In some conditions (ex. memory allocation errors) CM3 throws error and goes Error handler and also in some conditions (ex. radio core crashes) CM3 throws HWI and goes hwi handler (in default while(1)).
I set handler functions for error and hwi and tested them. They work well. But in these functions, i want to learn cause of error or hard fault(such as radio, uart fault).
How can i obtain this information in runtime? Are there some spesific registers from which i can collect some information?
Edit: One more question -> How can i learn all the sources which cause hard fault and errors? (any document)
Best regards.