Part Number: TMS320F28388D
Hi,
After switching to 21.6.0.LTS my application stopped to print correctly anything except %d. Formats like "%.*f, ", FLT_DECIMAL_DIG, ...", "%ld",..., "%u,... " simply don't work with the sprintf function.
The compiler doesn't issue any errors or warnings. Explicitly defining --printf_support=full doesn't help. Switching back to the 20.2.5.LTS without any other properties changes completely solves the problem.
Is it a known issue, or I just missed something? Meanwhile I returned to work with 20.2.5.LTS, but maybe there is a way to make the new version of the compiler to work correctly? .
Thanks.