Tool/software: Code Composer Studio
Hi,
I am running Code Composer Studio v 10.0.0.00010 and developing for a RM46L852 processor on a SDK.
This problem started when I imported the Cortex-R4 CMISS DSP Library-v1.0.0.
I installed the library, imported the project (not the files) into CCS set the configuration to ti_math_Cortex Little Endian floating point. In the CCS General properties, I set the Variant to RM46L852, and the endianness to "little".
Since then I (sometimes*) get the following message:
Window Title: Internal Error
Window Contents: "A stack overflow error has occurred. You are recommended to exit the workbench. Subsequent errors may happen and may terminate the workbench without warning. See the .log file for more details.
Do you want to exit the workbench? Yes / No buttons
Sometimes I don't get the error, and was able to get the library to compile and use the library in my project. I am successfully calling DSP functions.
But now, when I compile my project, I get the same error message about the "Internal Error - A stack overflow has occurred...."
if I say No (do not exit the workbench), the project compiles correctly and I'm able to run it.
What could be causing this new workbench error / crash, and how do I fix it?
Note, I downgraded to workbench v9.0xxx to see if the crash went away: it did not. So it kind of points to the library.