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.

Compiler/TM4C1290NCZAD: Cortex M4(F) errata 752770

Part Number: TM4C1290NCZAD

Tool/software: TI C/C++ Compiler

Hello TI support team,

I would like to know if your (TI ARM) compiler does or does not generate code which may trigger the Cortex M4F errata 752770 ("Interrupted loads to SP can cause erroneous behaviour") mentioned in the ARM errata sheet "spmz637".
This errata may lead to stack and/or memory corruption in case of special cases/conditions modifying the SP register.

We use the following compiler versions:
* TI v16.9.4 LTS
* TI v20.2.1 LTS

I don't use user assembly code, just C.
(I've read about that errata in some other forums of other vendors claiming that a compiler usually does not generate that kind of code which leads to this errata)

I am currently experiencing strange application behaviour and I would like to eliminate the hardware part from the error list.

Thank you,
Markus