Hello,
I read that if you remove dynamic management of BIOS objects, it will remove the supporting code resulting in a significant code reduction included in your build. We make extensive use of SWI objects which are managed dynamically by SWI_create() and SWI_delete(). As a quick test I just removed the calls to these functions to see what code savings I would have using global swis instead. However I did not see any code reduction and I did check that those functions are no longer in the build. I must be missing something else, maybe an option in the TCF file or use of other SWI functions such as the SWI attrubute functions? I am using CCS3.3 and BIOS_5_33_03 and C55x 4.3.1 Code generation tools.
Thanks in advance.
Jordon