-
Bug
-
Resolution: Fixed
-
Medium
-
TI Device Drivers
-
TIDRIVERS-5107
-
TIDRIVERS_5_60_00
-
TIDRIVERS_5_70_00
-
CC13X2 and CC26X2 devices, the i2copt3001_cpp GCC example overflows the stack of the idle task and alarm task when an interrupt is received. The stacks were sized with optimisation turned on. Turning it off causes increased stack usage.
All GCC, TI Clang, and TI ARM examples across all devices now have optimisation enabled by default:
- GCC: -O3
- TI Clang: -Oz
- TI ARM: - O3