I am using CCS version 9.0.1, XDCtools 3.32.0.06_core, TI RTOS 2.16.1.14.
When using compiler v18.12.1.LTS i face different runtime problems when changing memory:
e.g,
- When using Logger Buffer with small number of records, heap buffers fail with negative allocation already at main start up.
- When increasing default heap buffer too much, it cause the code to stuck before reaching to main.
- Increasing size of heap mem beyond specific level cause similar problems.
Obviously there is no problem of memory space, I allocate by CMD file and have enough free space
When using compiler v18.1.2.LTS, these problems disappear.