2015-04-18 02:58 PM
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 #clive12015-04-18 03:04 PM
Well there's sprintf() and itoa()? Or you can divide the number down an generate the digits in ASCII.