Tool/software: Code Composer Studio
Hi,
I'm working with F28069M launchpad and now I'm trying to format a string to be sent out through SCI to the PC for updating some values in GUI. I have no problems regarding sending characters to the PC using SCI, I'm working with SCI interrupt and everything works fine! The problem is now I want to format a string which plays the role of a so-called protocol of sending/receiving data between the Microcontroller and the Client, anyways I tried to use "sprintf" function to format my string but whenever the code reaches to this part everything hangs and nothing proceed(during runtime), I spent a full morning reading the whole Ti blog and wiki and tried to increase the heap and stack size based on here but no changes! so can you recommend me what are the other solutions or problems. (it worth mentioning that I'm also trying to format some float numbers inside)
Regards
Milad