Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
I have used CCS 5 and now I am using CCS 9. I realized that the compiled code in CCS 9 has switch section now, but it did not generate switch section in CCS 5. I admit they were two different projects, but they both have used switch statement in c files.
I guess my question is two-fold:
1) was it a compiler setting that decided to generate switch section or not, or was it simply compiler version difference? CCS 5 uses compiler TI v6.x.x, while CCS 9 uses compiler TI 18.x.x or higher.
2) how to copy the switch section from flash to RAM so it runs a bit faster? I know how to set up to copy the code section (.text section) from flash to RAM in the link command file, but I can't find anywhere showing how to do the switch section.
Thanks a lot.