Hi, I am using TI-RTOS and Tivaware driver lib. I am facing one issue.
In debug mode i am getting some message.
In normal flash programming, i am not getting any issue.
Regards.
Sumit Chaulya.
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.
Hi, I am using TI-RTOS and Tivaware driver lib. I am facing one issue.
In debug mode i am getting some message.
In normal flash programming, i am not getting any issue.
Regards.
Sumit Chaulya.
Hi,
Your log shows a fault exception due to an invalid PC. This can be an indication that the memory is corrupted. Most of the time, a fault can be generated because you are accessing an address (e.g. a peripheral address) that is not yet enabled. Or you have insufficient stack resulting in memory corruption. Make sure that the peripheral you want to access is first enabled. Increase the System stack and the task stack size will address the issue most of the time. If not, please refer to the links for diagnosing the faults.