Part Number: TMS320F28379D
Tool/software: TI C/C++ Compiler
Greetings,
I commented out a section specifier in my command file for a field which consumes a total of 16 words and uses no data, and received the expected warning. However, the sizes are all much larger than expected. Are these the sizes for the section into which it was placed?
warning #10247-D: creating output section "<My_Section>"
FILE: <MyProject>.out
without a SECTIONS specification
CODE size (bytes): 6957
CONST size (bytes): 287
DATA size (bytes): 3360
Thank you,
Ed