Part Number: TMS320F28335
Tool/software: Code Composer Studio
I am attempting to port a project using CCS v7 and compiler v6.2.0 to CCS v9.3 with default compiler v18.12.4.LTS.
Our project uses no dynamic memory allocation, therefore we set heap size to zero. Under compiler v6.2, the directive -heap_size=0 is allowed, and the project builds with no errors.
Under compiler v18.12.4.LTS, the directive --heap_size=0 is not accepted. Error message is "error #24011-D: argument to option -heap (size) is out of range".
Is there a way to set heap size to zero in newer releases of the C28x compiler? If not, what is the minimum accepted heap size?
