Other Parts Discussed in Thread: TMS320DM6435
I am unable to figure out how to get the CCS GUI to allow me to enable the -mi compiler option. The related field in the GUI is <project properties> -> Build -> C6000 Compiler -> Advanced Options -> Runtime Model Options -> "Specify maximum disabled interrupt cycles (--interrupt_threshold, -mi)".
My understanding of this option (taken from wiki) is that it has three modes:
1. Absence of -mi
2. -mi (without any = or arguments)
3. -mi=#
By not entering anything into the previously mentioned GUI field, I see under <project properties> -> Build -> C6000 Compiler that there is no -mi option, so akin to mode 1. By entering a number, I see -mi=<my number>, so akin to mode 3. However I was not able to configure it so it just used the -mi option (mode 2).
Additionally I tried to use the <project properties> -> Build -> C6000 Compiler -> Set Additional Flags... dialog to add just -mi (or long form) but that didn't seem to work either.
CCS 5.5.0.00077
C6000 compiler 7.4.6
Device TMS320DM6435
Win7