Tool/software:
Where can I find answers to frequently asked questions related to using F29x compiler?
Tool/software:
Where can I find answers to frequently asked questions related to using F29x compiler?
For reference, please see F29x General FAQ for other IP/peripherals
F29x Compiler Frequently Asked Questions
Why are there differences in my generated .out files from 2 CPUs even though program code is the same between the two cores?
What level of optimization is performed when using the fast optimization? What is the default optimization level?
How do I generate a hex file at build time in my F29 project?
If I leave the “Select assumed C language standard” blank in the compiler settings, what will the standard behavior be?
Is it possible to run a program on Flash much faster with "optimization" and "no optimization"? Is it similar to SIMD or pipeline?
What is the compiler qualification kit?
The Compiler qualification kit covers the toolchain, which includes compiler, linker, and hex utility. It does not cover CCS IDE. A brief over is described in the TI Compiler Qualification Kit app note
If the main loop is interrupted while writing a floating value, will the float variable read in the ISR be corrupted? Does the F29 have any optimizations for this scenario, or is there a way to optimize the floating-point write operation into a single instruction?