Hi,
While developing my application code based on the rfEasyLinkEchoTx example, I ran across an error that is not easily reproducable and only happens sporadically. So far, I've determined that it this is due to a hwi exception, but the given callstack from the debugger does not really help to find where and why this exception occurs.
So now I wanted to see more information about this hardware exception via Console or ROV in order to get a grip on this exception (i.e. PC and other context information). What I've understood so far is that in order to see more information I need to change some TI-RTOS settings in the *.cfg file of my project, but I had none in there. So I needed to add one into my project. Unfortunately I ran into some errors doing that, so I'll reiterate what I've done so far:
I got a *.cfg file from another project and copied it into my project. When doing so, I get a prompt that asks if I want to enable XDCTools for my project:
When clicking yes, some new products (that I do not actually need) are included into the package.
I then removed all unnecessary products and also corrected the version of my SimpleLink CC13xx CC26xx SDK (since I am not currently working on the latest release). I also specify the platform I'm working on. And after my correction, it looks like this:
When compiling the project, I get multiple errors:
These errors are too abstract to me to decipher what these mean. Here is a list of the software versions I am using:
- CCS ver 11.1.0.00011
- XDCTools ver 3.62.1.16
- SimpleLink Audio Plugin ver 3.30.0.06
- SimpleLink CC13xx CC26xx SDK ver 6.10.0.29
So I need some help to either find the source(s) of these errors or maybe there's a simpler variant to implement what I want. Any help would be appreciated.
Regards,
Alex