Part Number: TMS320F28335
Tool/software: Code Composer Studio
Dear all,
I am having a really hard time with this strange issue. So, I have 2 different projects, A and B, and both use the very same module, which contains a kalman filter routine, lets call it kalman.c and kalman.h.
Well, the thing is that when I compile these projects (CCS version 5), in one of them the size of the (.text) section that corresponds to kalman has a size of 0xBED, but for the other one it has a size of 0x1A45, which is more than the double. In the same way, the code in the project where the size is larger, it also executes slower (it takes more than double the time).
I would like to know what might be causing this, because I am checking all the compiler and linker options and flags, and everything is set exactly in the same way. Also, the target and the whole hardware is the same...
I would appreciate any kind of help or insight with this issue.
Thank you beforehand and best regards,
Jorge.