🎉 We're happy to announce a new public release ðŸŽ‰

  • Pin Mapper for AURIX v1.1r5 - A graphical tool for defining AURIX device port mapping and generation of device initialization code
Contact us to get access

Detect stack overflow during run-time using the C compiler options

11-Feb-2026

Possible solution

To detect a stack overflow during run-time, using the C compiler options, you can use Stack overflow check.

To add a stack overflow check, you can use the following C compiler option:

--runtime (-r) :+/-stack s/S check for stack overflow

In the Eclipse IDE, you can enable this option via Project |Properties | C/C++ Build | Settings | C/C++ Compiler | Debugging | [x]Generate code for stack overflow checks.

For more information, see Stack overflow check in the product user guide.

For example, in the TriCore user guide, you can refer to Stack overflow check.

Was this answer helpful?