The assembler is in error here; the ECN cannot be triggered by the compiler-generated code. In this case, the assembly code has a MOV32, followed by an unconditional branch to another location, followed by a F32TOUI32. The assembler incorrectly emits the ECN error because it does not realize that control flow cannot reach the F32TOUI32 from the MOV32. The fix will be in C2000 compiler version 6.1.9 and 6.2.8. See http://processors.wiki.ti.com/index.php/Pending_Compiler_Releases
↧