Hello,
I am trying to read in a voltage from the ADC, convert it to a readable number, and display it on a simply LCD display. The LCD uses SPI communication and will display any type char data sent to it. I thought this sounded pretty straight forward when I started (for many of you it might be, but my C coding is a little rusty). My issue is I can't seem to convert the data from the ADC (or anything for that matter) to type char. I thought I would just use fprintf , but I receive an an error when I try to compile it using IAR EW. It seems I there isn't enough memory. Does anyone have any suggestions for another way of doing the same function as fprintf?