This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I am using the OMAP3530. I notice that my sprinft routine is awfully slow. I have tried re-building the RTS library with all optimizations enabled opt_for_speed etc, but the sprintf is very slow. Let me know if there is anything I can do to improve the sprintf performance.
Well, sprintf is a very powerful function that can do many things. If you are only doing something simple like converting a number to a string, a function you write yourself is likely to be much faster.
Thanks and regards,
-George