2014-09-01 01:22 PM
i am using sprintf and snprintf functions to convert float to string in IAR using stm32l series,
but it converts successfully if we add it in example code given by IAR , but when i add the code in the project created by me it shows null value. what configurations do i need to add in IAR so that float conversions are done.2014-09-01 11:52 PM
''what configurations do i need to add in IAR so that float conversions are done''
What does the IARprintf()
documentation tell you?Take a look through the project settings for the IAR example; compare them to yours...