Question
conversion of decimal/hexadecimal in ascii characters
Posted on April 18, 2015 at 23:58
Hi,
I am writing data on my sd card through spi in stm32f429zi controller using library of fatFs by chan. But after writing the data when i check the file it shows strange characters instead of the data entered. Later i came to know that the result shown is correct but in ascii characters for instance i entered 0x12345678 and result that came was xV4&&sharp18;|.Please help me in getting the desired result.Regards #clive1