Relative Content

Tag Archive for gccarmembeddedcompiler-optimizationtexas-instruments

Different execution times for the same code

I’m working with the Texas Instruments (TI) RM57L843 microcontroller, where I’m observing the execution time of a for loop that performs matrix multiplication. I compiled the same code using TI’s proprietary compiler (armcl) in Code Composer Studio and the GNU GCC ARM Toolchain v10.3. However, I obtained different execution times with each compiler.