how do i display a floating point number using log_printf. i know that the call doesn't support floating point numbers. however, is there is way i can display/print them for my debugging needs..
i'm using CCS3.3 and using a 5510a DSP
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.
how do i display a floating point number using log_printf. i know that the call doesn't support floating point numbers. however, is there is way i can display/print them for my debugging needs..
i'm using CCS3.3 and using a 5510a DSP
No great answers, unfortunately. We don't support %f with LOG_printf(). You could use 'sprintf()' to an array and look at that array in memory.
-Karl-