hello,
I want to calculate the speed through the accelerometer sensor of freescale KL46Z and I want to save it to an excel file
I want a clear expliquation about the CodeWarrior and C code for this program
thank you.
Hi Naifar,
I don't think we can print data to .cvs file via c code because there is NO "standard output" in embedded system. User has to implement their own "pseudo" prinf() function, i.e. to format the output in memory and then print out through SCI or CW console window.
however CW can Export Trace to CSV File. you can check it in help file:
can this help?
Have a great day,
Zhang Jun
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------