Other Parts Discussed in Thread: MSP430F5529
I am trying to use asprintf() to make a string to transmit, but I keep getting :
Warning[Pe223]: function "asprintf" declared implicitly
I am using an MSP430F5529 and I have stdio.h included. Using this function makes my life much simpler so I would rather get it working then make a messy work around. Does IAR not support this function?