Part Number: TMS320F28379D
Tool/software: Code Composer Studio
My code falls in a 'Illegal Operation Trap' when executing the following code:
char fltTxt[20];
sprintf(fltTxt, "%.03f", 0.93);
I also tried with diferent format strings but got the same result.
Part : F28379D
Compiler version : TI v6.4.11
Level of printf support required (--printf_support) set to full.
